- SHOW MIGRATE:
python manage.py showmigrations
- GENERATE MIGRATIONS:
- add models into app
python manage.py makemigrations
- RUN MIGRATE:
python manage.py migrate
- ROLLBACK MIGRATE:
python manage.py showmigrations
- rollback to a specific migration:
python manage.py migrate
app_name id_file - rollback all migrations in single app:
python manage.py migrate
app_namezero
-
Notifications
You must be signed in to change notification settings - Fork 0
vanleantking/hackernews-py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published