Skip to content

eshafik/django-boiler-plate

Repository files navigation

Run the Dev server

python manage.py runserver

Create new app or module

python manage.py startapp exampleapp 

Migrations and Migrate

a) Migrations For All apps

python manage.py makemigrations

For specific app

python manage.py makemigrations app_name

b) Migrate For All apps

python manage.py migrate

For specific app

python manage.py migrate app_name

About

This is my django boilerplate which I use my personal projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published