Hi, This is my model - class Tag(models.Model): user = models.ForeignKey(get_user_mod el()) name = models.CharField(max_length = 300) color = models.CharField(max_length = 10) icon = models.CharField(max_length = 50) class Meta: ...
score: 1 about 11 hours ago
I am attempting to create a fairly straightforward inclusion tag out of nothing more than a hardcoded dictionary of keywords. My app is set up like this: *apps* * keywords* * templatetags* * __init__.py* * popular_keyword_tags.py*...
score: 1 about 11 hours ago
IBM_DB_DJANGO-1.0.5 ------------------------------ ----- IBM_DB_DJANGO adaptor enables access to IBM databases from Django applications [link]. The adaptor is developed and maintained by IBM. What's New? -------------------- -...
score: 1 about 15 hours ago
Hi, I'm pretty new to Django and am having a problem with a race conditions while modifying my session data. I'm using the standard session backend in Django 1.4.1,, backed by Mysql. I have view A, which can take a long time ...
score: 1 about 18 hours ago
Hi all, I'm new to Python and Django so don't be to hard on me please :) I'm writing a Django project which analyses your music folders, gives back statistics about it (like file-extentions, mp3 bitrate, number of unique ...
score: 1 about 19 hours ago
Hello, I have 2 models: car and salesman. I want to make a form based off the car model. Salesman name is a foreign key in the car model. In the form, I want to be able to enter the salesman's name and if it doesn't exist alre...
score: 1 about 20 hours ago
I cant have 2 subapp with same name in Django ? Ex. invoice/sony invoice/samsung storage/sony storage/samsung
score: 1 about 24 hours ago
Hi all, I am using mongodb and pymongo as connection between django and mongdb. I have 2 collections in my database. Within the first collection I have a reference, using ObjectId, to items in the second collection. Putting extracti...
score: 1 1 day ago
Hi, I am new to Django and am using django-registration and followed the quickstart.rst document and get the following. Could anyone kindly help? Thanks, Tian NoReverseMatch at /accounts/login/ Reverse for 'index' with argu...
score: 1 1 day ago
Just upgraded to 1.5 and my app is failing with: Internal Server Error: Traceback (most recent call last): File "/Library/Python/2.7/site-pack ages/django/core/handlers/base .py", line 187, in get_response response = middleware_meth...
score: 1 1 day ago