Skip to content

Ludo-Boa/disquaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

disquaire

Project developed by following the OpenClassRoom course on Django

Launch a development environment :

  • cd disquaire
  • virtualenv env -p python3
  • . env/bin/activate

Launch Django server. (Go to disquaire/disquaire_project) :

  • ./manage.py runserver

If Django notifies us to migrate :

  • ./manage.py migrate

Show migrations :

  • ./manage.py showmigrations

Lorsque les modèles sont modifiés => migration automatique :

  • ./manage.py makemigrations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages