Y
Hacker News
new
|
ask
|
show
|
jobs
by
sc68cal
5474 days ago
I've been breaking myself of that habit: I try and use the flush command so I don't have to keep doing the superuser creation step.
https://docs.djangoproject.com/en/dev/ref/django-admin/?from...
1 comments
michaelschade
5474 days ago
Good point, as the superuser creation bit does tend to get annoying. But you have to admit–there's something much more fun about getting to rm your db ;)
link
gusi
5474 days ago
yeah, but if you are modifying the schema and are not using south or something like that, you will still want to rm & syncdb again....
link