Guest User

Untitled

a guest
Sep 23rd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | None | 0 0
  1. (MyFirstProject) C:\Users\Ilez\Desktop\python\MyFirstProject\Scripts\mysite>python manage.py makemigrations
  2. Migrations for 'article':
  3.   article\migrations\0001_initial.py:
  4.     - Create model Article
  5.     - Create model Comments
  6.  
  7. (MyFirstProject) C:\Users\Ilez\Desktop\python\MyFirstProject\Scripts\mysite>python manage.py migrate
  8. Operations to perform:
  9.   Apply all migrations: admin, article, auth, contenttypes, sessions
  10. Running migrations:
  11.   No migrations to apply.
Add Comment
Please, Sign In to add comment