Skip to main content

Home/ Django Ressources/ Group items tagged database

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.
PhilGo20

Doing things with Django models - aka - Django models tutorial - The Usware Blog - Djan... - 1 views

  •  
    Django abstracts most of the actions you would be doing with the Database. What it doesn't abstracts, and doesn't try to abstract is the Database modelling part. This is a quick tutorial describing to how model your data in Django models.py, and how to access and modify them.
1 - 4 of 4
Showing 20 items per page