Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

Nullable ForeignKeys and deleting a referenced model instance

python django django-models

How to set correct value for Django ROOT_URLCONF setting in different branches

python django mercurial

Getting the template name in django template

python django

Do you version control the invidual apps or the whole project or both?

django git version-control

Using Python locale or equivalent in web applications?

Data Structure for storing a sorting field to efficiently allow modifications

Django Category and Subcategory searches

Django queries: how to make contains OR not_contains queries

python django

the best search engine written with python [closed]

python django search-engine

Combining User and UserProfile in the admin

Django deployment problem in Apache/mod_wsgi. ImportError: Could not import settings 'site.settings'

python django

Are there such things as Django gems - plugins , like there are Ruby gems

python django

Django Admin Media prefix URL issue

python django django-admin

decode base64 like string with different index table(s)

python django

How to specify URLs in Django templates?

django templates

Reusing django code auto-reload functionality for custom management commands

Django: Is it reasonable to use objects as dictionary keys?

python django dictionary key

JSON serialize Django Queryset with values being called. Is there anything wrong with my approach?

python django json

Django. How to locate slow tests?

Is it possible to reload the view without restarting Django?

django django-views