Skip to content

behebot/cp2104

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

Languages

  • CSS 80.8%
  • Python 13.0%
  • HTML 6.2%