Skip to main content

Home/ Django Ressources/ Group items matching "http" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
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

NewbieMistakes - Django - Trac - 0 views

  •  
    Please feel free to share the things that tripped you up when you started with Django. We'll try to improve Django's error handling to catch such mistakes in the future.
PhilGo20

Doing things with Django models - aka - Django models tutorial - The Usware Blog - Django Web Development - 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.
PhilGo20

The Python getattr Function - 0 views

  •  
    try: func = getattr(obj, "method") except AttributeError: ... deal with missing method ... else: result = func(args)
PhilGo20

The Perfect Django Settings File « DAMON BLOGONS - 1 views

  •  
    Here's an example of a settings file I've created for a recent project. I'll explain all of the bells and whistles below.
‹ Previous 21 - 40 of 50 Next ›
Showing 20 items per page