Changes between Version 1 and Version 2 of Ticket #18222, comment 1
- Timestamp:
- Apr 27, 2012, 4:22:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18222, comment 1
v1 v2 1 1 No, there is no need to run `manage syncdb` at that point because there is no need to create new DB tables from the actions you performed in the tutorial 2 so far (no new models were added to the models.py file). 2 2 3 If you run `manage.py syncdb` at that point and it reports it is creating at least one database table . It is because you forgot to execute it when following part 1 of the tutorial.3 If you run `manage.py syncdb` at that point and it reports it is creating at least one database table it is because you forgot to execute it when following part 1 of the tutorial.