Hello,
I'm very new to django. I just set up my first site using apache and mod_wsgi.
The admin area does not seem to have the nice, neat blue default theme...its
horrifically ugly and difficult to navigate.
Here's a screenshot of the login area:
http://web.mit.edu/~cjoseph/Public/fugly.png
Be
I have a user profile to collect and store additional information about my
users.
I would like to be able to view (and sort by) these attributes when I look at a
list of my users in the admin. With the way my admin.py is written now, I can
see the addition attributes when I create/modify an ind
I'm trying to use the SSLMiddleware.
I have a login page whose urlconf is:
(r'^login/', 'django.contrib.auth.views.login', {'template_name': 'reg\
istration/login.html'}, {'SSL' : True}),
When I go to that page, I get the error: TemplateSyntaxError at /login/
Caught TypeError while rendering: u
I'm trying to use the SSLMiddleware.
I have a login page whose urlconf is:
(r'^login/', 'django.contrib.auth.views.login', {'template_name': 'reg\
istration/login.html'}, {'SSL' : True}),
When I go to that page, I get the error: TemplateSyntaxError at /login/
Caught TypeError while rendering: u
jango.contrib.auth.views.login', {'template_name': 'reg\
istration/login.html', 'SSL' : True}),
From: django-users@googlegroups.com [django-us...@googlegroups.com] On Behalf
Of Colleen A Josephson [cjos...@mit.edu]
Sent: Monday
Actually, just yesterday I extended the django-registration form to deal with
my profile @ registration time
For reference I used:
http://dmitko.ru/?p=546
and the link you previously posted,
http://dewful.com/?p=70
It didn't require much code. The hardest part was sifting through some of the
I just set up a site that uses nginx to server static media and Apache/mod_wsgi
to deal with the Django stuff.
How would I go about dealing with SSL? Would the setup be on the nginx end or
the Apache end? Could I still use SSLRedirect middleware?
Thanks,
-Colleen
--
You received this message
I just set up a site that uses nginx to server static media and Apache/mod_wsgi
to deal with the Django stuff.
How would I go about dealing with SSL? Would the setup be on the nginx end or
the Apache end? Could I still use SSLRedirect middleware?
Thanks,
-Colleen
--
You received this message
at 2:49 PM, Colleen A Josephson
mailto:cjos...@mit.edu>> wrote:
I just set up a site that uses nginx to server static media and Apache/mod_wsgi
to deal with the Django stuff.
How would I go about dealing with SSL? Would the setup be on the nginx end or
the Apache end? Could I still use SSLRed
, Apache, mod_wsgi and nginx
On Tue, Aug 10, 2010 at 5:00 PM, Colleen A Josephson
mailto:cjos...@mit.edu>> wrote:
Unfortunately I'm not very well versed in proxying and SSL, etc.
I'm not sure I understand how mod WSGi eliminates the need for SSLRedirect.
I implemented the Lincoln
10 matches
Mail list logo