Skip to main content

Home/ Django Ressources/ Group items tagged tips

Rss Feed Group items tagged

PhilGo20

Automatical superuser creation with Django - Arthur Koziel - 0 views

  •  
    I delete and sync my database fairly often during development with Django because the "syncdb" command will not alter the table in the database after, for example, adding a new field to the corresponding model. The problem I have with this is typing in the same data for a superuser over and over again. It's a very repetitive task, so I was grateful when I heard this tip from my co-worker Sebastian today.
1 - 13 of 13
Showing 20 items per page