Skip to content

arentij/cp2104

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

it's a django project

start with setting up environment:

$ virtualenv djangoenv -p python3.13
$ pip install django
$ cd djangoenv
$ source bin/activate

then go to the root of git repo and do

$ pip install -r requirements.txt
$ ./manage.py runserver

try http://localhost:8000

About

wabsarvar for CP LARPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published