Hi, What kind of issues do you have?It should support 1.8 now. You can even check that support request for 1.8 is already closed at github (https://github.com/pennersr/django-allauth/issues/858). -- wbr,rush. 06.05.2015, 09:17, "guettli" :I need a library to let users loging via Facebook, Google,
I need a library to let users loging via Facebook, Google, ...
I looked at this page:
https://www.djangopackages.com/grids/g/authentication/
It's hard for me to decide which one to use.
I have no special requirements except the end user experience should be
good.
The login for new users should
I have a model "Company" having many to many relationships with Country and
City while country and city have one to many relationship between them. The
problem is that when loading an "enterprise" have to select the countries
atienede the company and the cities they serve, but the list of cities
An alternative [but not a simple one] is to have this customisations as a
generic configuration in a database table.
If changes are "visual" only, you could have multiple templates and only
change the one you are rendering for given client. Or have this handled by
template tags. "Partial templates"
Hi Ken,
The problem with using Session is that the data will still be there when
you finish your “wizard". You have to manually delete it. It is state,
which is not good. Each request to your server should be an decoupled
operation. It’s ok to store in Session global state, like the current
languag
Hi Bernardo,
I appreciate the feedback. I've heard of many ways to pass data between
methods in views such as session, write to a file, or use formwizard. It
is still a problem accessing the session from the "cleaned_data"? This is
my first time hearing about query string, care to explain or
Hello everyone,
I'm working on an e-commerce site. There is a generic version of the site
available to the open internet and customized versions available to
enterprise users. Now, when I say 'customized', I'm mostly talking about
really minor customization's. If the current user belongs to ABC
Hi Ken,
This is a good solution.
I like the part that you are redirecting instead of rendering directly
form2 from form1 view, that was a code smell that I missed.
I don’t like that you are using Session to save the data. You could run
into problems of having to invalidate that, clean data, when to
On Tue, May 5, 2015 at 10:32 AM, Thomas Levine <_...@thomaslevine.com> wrote:
> Hi,
>
> For like the first time ever I want to make complicated websites,
> so using Django finally seems like a good idea. And it is! All the
> small building blocks that I had never thought of are already here.
> Anyw
Hi,
For like the first time ever I want to make complicated websites,
so using Django finally seems like a good idea. And it is! All the
small building blocks that I had never thought of are already here.
Anyway, the part that's relevant to my present concern is that I
haven't deployed Django many
I've finally figured it out after weeks of troubleshooting and here's how I
do it.
In the original post, my views takes in the request from form1 and renders
it to form2. I would get the dreadful "Management Form Data is Missing"
error no matter what I did and it led to asking a bunch of quest
11 matches
Mail list logo