Django

Hi! I am working through the Django tutorial, and I have reached the part where I want to customize my admin. Basically, I want 'Chris Spears App' to appear at the top of the page instead of 'Django administration'. I...
Hi! I am working through the Django tutorial, and I have reached the part where I want to customize my admin. Basically, I want 'Chris Spears App' to appear at the top of the page instead of 'Django administration'. I copied the base_site.html file from its home to C:\Users\Chris\Documents\djang o_dev\mysite\templates\admin.
about 3 hours ago
I am using Django-push project for my app. What I am doing is, read my blog, find whether new updates available. If present, store in the db. This is not happening! The source code is here : [link] [link]> So, if would be great if so...
I am using Django-push project for my app. What I am doing is, read my blog, find whether new updates available. If present, store in the db. This is not happening! The source code is here : [link] [link]> So, if would be great if someone could let me know where I am doing mistake
about 7 hours ago
Hi, Hope you're well. I've added a couple of environment variables to my virtualenv postactivate file, for example: export DATABASE_USER="root" export DATABASE_PASSWORD="12345678" I then assign those variables in my setting...
Hi, Hope you're well. I've added a couple of environment variables to my virtualenv postactivate file, for example: export DATABASE_USER="root" export DATABASE_PASSWORD="12345678" I then assign those variables in my settings.py using os.environ['DATABASE_USER'], for example DATABASE_USER = os.environ['DATABASE_USER']
about 7 hours ago
Hi, all, The Call for Proposals for DjangoCon US 2013 is now open! We encourage everyone, regardless of speaking experience, to submit a proposal. We're particularly interested this year in hands-on experiences and case-studies: [...
Hi, all, The Call for Proposals for DjangoCon US 2013 is now open! We encourage everyone, regardless of speaking experience, to submit a proposal. We're particularly interested this year in hands-on experiences and case-studies: [link] Thanks! -- -- Christophe Pettus
about 8 hours ago
I've got an odd situation here, any idea why the delete SQL for the `myapp_entry_tag` table is being performed twice? [{u'sql': u'SELECT `myapp_tag`.`id` FROM `myapp_tag` ''WHERE `myapp_tag`.`id` = 1 ', u&...
I've got an odd situation here, any idea why the delete SQL for the `myapp_entry_tag` table is being performed twice? [{u'sql': u'SELECT `myapp_tag`.`id` FROM `myapp_tag` ''WHERE `myapp_tag`.`id` = 1 ', u'time': u'0.000'}, {u'sql': u'DELETE FROM `myapp_entry_tag` WHERE `myapp_entry_tag`.`tag_id`
about 8 hours ago
Hi Every one, I have my PHP site up and running that I converted to django. Would you have a look at this production site and let me know your opinions? Current users are very fussy and resist change. [link] [link]> One problem I ha...
Hi Every one, I have my PHP site up and running that I converted to django. Would you have a look at this production site and let me know your opinions? Current users are very fussy and resist change. [link] [link]> One problem I have is SEO is not working correctly.
about 11 hours ago
Are there any Django applications that do the same thing as [link]>? IdeaScale basically seems to be a way for users to submit proposals, and have them voted up and down by other users; like polls, but in a web 2.1beta kind of way. It&...
Are there any Django applications that do the same thing as [link]>? IdeaScale basically seems to be a way for users to submit proposals, and have them voted up and down by other users; like polls, but in a web 2.1beta kind of way. It's something I've been asked about. Any suggestions?
about 13 hours ago
Morning/Afternoon - I am new to django, and I have been working through the tutorial. I have reached Tutorial 4, [link], which is about getting the voting on the polls app to work, but when I set detail.html I get an error, " NoReve...
Morning/Afternoon - I am new to django, and I have been working through the tutorial. I have reached Tutorial 4, [link], which is about getting the voting on the polls app to work, but when I set detail.html I get an error, " NoReverseMatch at /polls/2/
about 14 hours ago
Hi all, I cant show the picture that I upload from the admin site. settings.py: MEDIA_ROOT = '/var/www/fourweb/' models.py: class picture(models.Model): producto_id = models.ForeignKey(producto) description = models.CharFi...
Hi all, I cant show the picture that I upload from the admin site. settings.py: MEDIA_ROOT = '/var/www/fourweb/' models.py: class picture(models.Model): producto_id = models.ForeignKey(producto) description = models.CharField(max_length= 250) imagen = models.ImageField(upload_to='p hotos/%Y/%m/%d', help_text =
about 23 hours ago
Hi! Is there any kind of theme generator or css generator for django?
Hi! Is there any kind of theme generator or css generator for django?
1 day ago