django-1.5 Questions
2
Solved
After upgrading from django 1.3 to django 1.5 I started to see these DeprecationWarnings during the test run:
path_to_virtualenv/lib/python2.6/site-packages/django/http/request.py:193:
Deprecat...
Groningen asked 5/5, 2013 at 22:1
1
Solved
Background
I have a model with two fields that are set the blank:
class News(models.Model):
title = models.CharField(max_length = 50, blank = True)
info = models.TextField(blank = True)
Th...
Plateau asked 6/5, 2013 at 18:29
2
Solved
I'm trying to set up my custom user model in Django. The reason is that I want to use email as the username, and remove the username field entirely. I've run into a error, that I just can't figure ...
Convolvulaceous asked 5/5, 2013 at 14:25
2
So I successfully migrated from a profile model to an extended User model. The data migration all worked fine, but I can't access my users from the admin, I get the following error:
DatabaseError:...
Rollick asked 30/4, 2013 at 11:0
4
Solved
What is the recommended way to implement multiple user types using Django 1.5's new configurable user model functionality?
I would like to have two user types: private users and trade users, each ...
Daddylonglegs asked 4/12, 2012 at 9:48
2
Solved
I have googled this for very long time but with no results. I`m beginner to Django so I don't know all features it have. But this problem is very important for client :-( Could you help me, please?...
Nila asked 16/3, 2013 at 0:18
1
Django Social Auth (0.7.22) is reported to support Custom User Models but I have no been able to get this to work.
In my case I am using Google's Oauth2 which I have working with a non-custom-user...
Vex asked 13/3, 2013 at 17:6
3
Solved
I've migrated an existing django 1.3 to django 1.5. everything seems ok. However, I have a deprecation warning due to localflavor when i lauch python manage.py runserver
...\env\lib\site-package...
Finke asked 7/3, 2013 at 17:22
1
Solved
I have a question regarding the custom user model in Django 1.5
So right now the default user model looks just fine to me, I just need to add a few other variables such as gender,location and birt...
Vassily asked 27/2, 2013 at 22:19
© 2022 - 2024 — McMap. All rights reserved.