t; Hello, i've been playing with Django 1.5.4 for some TDD tutorials,
>> examples, and tried to also do the tutorial :
>> https://docs.djangoproject.com/en/1.4/intro/tutorial02/#adding-related-objects
>> BUT i keep receiving this error, as suggested in the Subject:
>&
t.com/en/1.4/intro/tutorial02/#adding-related-objects
> BUT i keep receiving this error, as suggested in the Subject:
>
>> ImproperlyConfigured at /admin/polls/poll/add/
>
> 'model' is a required attribute of 'PollAdmin.inlines[0]'.
>>
>
> This is my admi
Hello, i've been playing with Django 1.5.4 for some TDD tutorials,
examples, and tried to also do the tutorial :
https://docs.djangoproject.com/en/1.4/intro/tutorial02/#adding-related-objects
BUT i keep receiving this error, as suggested in the Subject:
> ImproperlyConfigured at /adm
Hi Gabriel,
Thanks for replying. However, the issue, I think, came up because of the
incorrect SITE_ID value in my settings.py.
You can see the conversation at this stackoverflow thread.
http://stackoverflow.com/questions/14019017/django-allauth-no-facebook-app-configured-please-add-a-socialap
Hi Manu,
Enter the admin and at allauth -> apps add a new application of type "Facebook"
with your FB credentials.
You have added a facebook login in settings.py but such a login type is not yet
defined in admin.
I hope this helps!
Gabriel
--
You received this message because you are subscr
Hi,
I'm facing this error when I access 'accounts/login/'. Posted a question
here - http://stackoverflow.com/q/14019017/1218897
I would really appreciate any help with it.
Thanks in advance.
-Manu
--
You received this message because you are subscribed to the Google Groups
"Django users" grou
On Mon, Aug 20, 2012 at 5:24 PM, Amyth Arora wrote:
> Hey,
Thanks for the kind help.
>
> seems you are using django 1.4. FYI ->
Yes, you are right.
> django.template.loaders.app_directories.load_template_source has been
> deprecated so you should rather use
> django.template.loaders.app_directorie
Hey,
seems you are using django 1.4. FYI ->
django.template.loaders.app_directories.load_template_source has been
deprecated so you should rather use
django.template.loaders.app_directories.Loader
Just change :
django.template.loaders.app_directories.load_template_source
TO
django.template.loade
I have to deploy osmeditor on my system, and download code from the
link: http://wiki.openstreetmap.org/wiki/Editors/Django
The database used in this was postgis, but i have mysql on my system,
as the tables was successfully made by changing in the settings.py
file, but on running it in the browser
9 matches
Mail list logo