Django quick tips
Start a project:
|
|
Create an app:
|
|
Run local server:
|
|
Migrations:
|
|
To change your models, you have to makemigrations
, than migrate
.
Reset all the mess in migrations:
|
|
Start a project:
|
|
Create an app:
|
|
Run local server:
|
|
Migrations:
|
|
To change your models, you have to makemigrations
, than migrate
.
Reset all the mess in migrations:
|
|