Skip to content

SDC-USICT/DjangoWorkshopApril18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

git clone https://github.com/SDC-USICT/DjangoWorkshopApril18.git
cd DjangoWorkshopApril18
pip3 install django
python manage.py runserver

Tips

  • Everytime you change a models.py file, don't forget to run
python manage.py makemigrations
python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published