Skip to content

lingxz/dinnercore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#dinnerCore

How to run code

Running the core

python manage.py runserver # it will run with the debug option

Running the app - after a change to DB model (assuming you made the change)

python manage.py db migrate
python manage.py db upgrade
python manage.py runserver

Running the app - after a change to DB model (you did not make the change)

python manage.py db upgrade
python manage.py runserver

About

the server for dinnerapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages