8000 GitHub - vanleantking/hackernews-py
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vanleantking/hackernews-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIGRATE

  1. SHOW MIGRATE: python manage.py showmigrations
  2. GENERATE MIGRATIONS:
    • add models into app
    • python manage.py makemigrations
  3. RUN MIGRATE:
    • python manage.py migrate
  4. 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_name zero

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0