Skip to content

A django project for race management and result processing

License

Notifications You must be signed in to change notification settings

OspreyRen/enduro-racer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enduro-racer

A django project for race management and result processing

HOW TO START

  • install develop environment
# install python >=3.6
# install pipenv
pipenv sync
  • run in local env
pipenv shell
cd enduro-racer

# first time or after model change
python manager.py makemigrations 
python manager.py migrate

# first time
python manager.py createsuperuser

# start server
python manager.py runserver

About

A django project for race management and result processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.3%
  • HTML 33.0%
  • JavaScript 24.8%
  • CSS 0.9%