Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

What is the best way of running shell commands from a web based interface?

In Django, how to determine if translation for a given text is available?

Attaching an ical file to a django email

django django-email

Is there a tool for Django project structure/information flow visualization?

Problem with creating an object in neo4j

django neo4j neo4j.py

Django proxy model with additional model fields?

Saving Django model from Scrapy project

python django scrapy

Django project using wrong (old) database settings

python mysql django sqlite

Django inline formsets and choicefields generate too many db queries

Tastypie, add element to a many to many relationship

django rest tastypie

RESTful, user authentication, and Django-tastypie

Jenkins Cobertura plugin "Source code is unavailable"

How to string format SQL IN clause with Python

python mysql sql django

Django set field values dynamically based on other fields

How to serve user-uploaded files in Django?

django

Add custom action to Django inline object on the admin interface

Using django-storages and the s3boto backend: x-amz-security-token is appended which I do not want

django amazon-s3 boto

How to use Mock library to mock a Django ForeignKey value?

Django send mail from admin panel

In a new Django project, should I use Class-based or Function-based views? [closed]

python django