/Django_BackEnd

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Django Framework

  • Simple project to get warm up with Django. Expect simple things.

Database Commands

python manage.py makemigrations  # to create migrations for those changes
python manage.py migrate  # to apply those changes to the database.
python manage.py check  # to see if there's any changes that need to be applied