Django

add news feed

post a story

I've been using windows/django1.4/apache2.2 for a couple intranet apps and it has been working well. I recently had our admin open up a port in our firewall to deploy another app publicly. We weren't using the app and there we...
I've been using windows/django1.4/apache2.2 for a couple intranet apps and it has been working well. I recently had our admin open up a port in our firewall to deploy another app publicly. We weren't using the app and there were issues when testing, since both the admin and myself are newbies to
about 1 hour ago
Hi! I'm doing a project with django-tastypie and know how to set a field to filter by, thus: filtering = { 'nationality': ALL, What I want to know is if there was some setting that would allow me to have all the fields ...
Hi! I'm doing a project with django-tastypie and know how to set a field to filter by, thus: filtering = { 'nationality': ALL, What I want to know is if there was some setting that would allow me to have all the fields available for filtering, without having to be set one by one as in the example above?
about 2 hours ago
I just installed Django and I'm trying to initially set up the server, as detailed in the 'Part 1' Tutorial. I haven't configured any settings yet. Whenever I run the command "python manage.py runserver", I get the fol...
I just installed Django and I'm trying to initially set up the server, as detailed in the 'Part 1' Tutorial. I haven't configured any settings yet. Whenever I run the command "python manage.py runserver", I get the following message: Validating models... Unhandled exception in thread started by
about 4 hours ago
Hi, I am having trouble registering a function to the m2m_changed signal. My code is as follows: 1. from django.db.models.signals import m2m_changed 2. from django.db import models 3. from django.dispatch.dispatcher import receiver...
Hi, I am having trouble registering a function to the m2m_changed signal. My code is as follows: 1. from django.db.models.signals import m2m_changed 2. from django.db import models 3. from django.dispatch.dispatcher import receiver 4. 5. class Project(models.Model): 6. employees = models.ManyToManyField('staff. Person',
about 4 hours ago
Hi. I ran into a problem and have searched the group, in the official django and the internet and could not solve the problem. I created a form that lists all the groups created and all user created and this adds form users within gr...
Hi. I ran into a problem and have searched the group, in the official django and the internet and could not solve the problem. I created a form that lists all the groups created and all user created and this adds form users within groups. Already tried two ways and both give error form.py class alterar_usuario(forms.Form):
about 8 hours ago
forms.py DATE_INPUT_FORMAT = ( ('%d/%m/%Y','%m/%d/%Y') ) class ReportDatetimeForm(forms.Model Form): manual_date = forms.DateField(input_formats = DATE_INPUT_FORMAT, widget=forms.DateInput(attrs={ 'size':...
forms.py DATE_INPUT_FORMAT = ( ('%d/%m/%Y','%m/%d/%Y') ) class ReportDatetimeForm(forms.Model Form): manual_date = forms.DateField(input_formats = DATE_INPUT_FORMAT, widget=forms.DateInput(attrs={ 'size':'15','id':'datepicker', 'readonly':'readonly'})) class Meta: model = Report fields = ['manual_date']
about 8 hours ago
______________________________ ______________________________ ____________ ANNOUNCING eGenix.com mxODBC Django Database Engine MS SQL Server ORM and ODBC Adapter for the Django Web Framework Version 1.2.0
______________________________ ______________________________ ____________ ANNOUNCING eGenix.com mxODBC Django Database Engine MS SQL Server ORM and ODBC Adapter for the Django Web Framework Version 1.2.0
about 10 hours ago
I have successfully setup Django with postgreSQL and everything is fine except for a minor problem. One the very last section of the the tutorial part 1 where we type p.pchoice_set.all(), it displays the choices in the reverse order....
I have successfully setup Django with postgreSQL and everything is fine except for a minor problem. One the very last section of the the tutorial part 1 where we type p.pchoice_set.all(), it displays the choices in the reverse order. For example I get: Just hacking again, The sky, Not much Instead of: Not much, The sky, Just hacking again
about 14 hours ago
views.py @login_requireddef export_csv(request): user = request.user # heading columns headerrow = ['Filename', 'Description','Notes other','Reporter Name'] allrows = [] today = datetime.datetime.tod...
views.py @login_requireddef export_csv(request): user = request.user # heading columns headerrow = ['Filename', 'Description','Notes other','Reporter Name'] allrows = [] today = datetime.datetime.today() # default to show today reports = Report.objects.filter(user=use r) reports = reports.filter(created_date_ti me__year=today.year)
1 day ago
???? iPhone ? 2013-6-16?21:42?django-users@g ooglegroups.com ???
???? iPhone ? 2013-6-16?21:42?django-users@g ooglegroups.com ???
1 day ago