Django

Should I stop this bot at 66.249.73.7 It is causing my search log to fill up quickly.
Should I stop this bot at 66.249.73.7 It is causing my search log to fill up quickly.
about 1 hour ago
Hi, I have a user table that is not the default Django's User model. This table contains a list of users and their profiles for an API service that I host using Django/tastypie for a mobile app. They do have access to the portal ...
Hi, I have a user table that is not the default Django's User model. This table contains a list of users and their profiles for an API service that I host using Django/tastypie for a mobile app. They do have access to the portal that is built using Django. I'm trying to implement password reset for these mobile users. Is it
about 4 hours ago
Hi I am using the User model. I want the username to be more than 30 characters. Is there anyway to change the size from 30 to 75.
Hi I am using the User model. I want the username to be more than 30 characters. Is there anyway to change the size from 30 to 75.
about 4 hours ago
@method_decorator(login_requir ed) but how to add "login_url=''/login/" to login_required in function view, I use @login_required(login_url='log in/') but in class based view, how? Anyone help?Thank you.
@method_decorator(login_requir ed) but how to add "login_url=''/login/" to login_required in function view, I use @login_required(login_url='log in/') but in class based view, how? Anyone help?Thank you.
about 6 hours ago
Hello, I can't seem to access request.GET['next'] (from a URL with a query string). Here's what I'm doing: localhost:8000/dashboard/ points to dashboard() view but the dashboard() view uses @login_required decorat...
Hello, I can't seem to access request.GET['next'] (from a URL with a query string). Here's what I'm doing: localhost:8000/dashboard/ points to dashboard() view but the dashboard() view uses @login_required decorator. And so, if the user isn't logged in, localhost:8000/dashboard/ redirects to localhost/login/?next=/dashboa rd/
about 9 hours ago
With this simple database table: class Artist(models.Model): id = models.IntegerField(primary_ke y=True) name = models.CharField(max_length=25 5L, blank=True) prefix = models.CharField(max_length=32 L, blank=True) class Meta: db_ta...
With this simple database table: class Artist(models.Model): id = models.IntegerField(primary_ke y=True) name = models.CharField(max_length=25 5L, blank=True) prefix = models.CharField(max_length=32 L, blank=True) class Meta: db_table = 'artist' I want to be able to get a list of the first letter of the names with a
about 16 hours ago
With this simple database table: class Artist(models.Model): id = models.IntegerField(primary_ke y=True) name = models.CharField(max_length=25 5L, blank=True) prefix = models.CharField(max_length=32 L, blank=True) class Meta: db_ta...
With this simple database table: class Artist(models.Model): id = models.IntegerField(primary_ke y=True) name = models.CharField(max_length=25 5L, blank=True) prefix = models.CharField(max_length=32 L, blank=True) class Meta: db_table = 'artist' I want to be able to get a list of the first letter of the names with a
about 16 hours ago
Hi Olivier, It would really help to see a full traceback, could you provide one? Kind regards Michael
Hi Olivier, It would really help to see a full traceback, could you provide one? Kind regards Michael
about 19 hours ago
Hello, Can someone give me an example of configuring robots.txt? I want to block the admin site. and anything else?
Hello, Can someone give me an example of configuring robots.txt? I want to block the admin site. and anything else?
1 day ago
Hi! Has anyone used Tastypie and mongoengine for an application in django and mongodb? It's just that I have a problem and needed help. I'm having trouble doing the many to many relationships. If someone has already done som...
Hi! Has anyone used Tastypie and mongoengine for an application in django and mongodb? It's just that I have a problem and needed help. I'm having trouble doing the many to many relationships. If someone has already done something with tastypie mongoengine and tell me to put my doubts. thank you
1 day ago