Can't log in to admin interface:

2017-03-15 Thread C.J.S. Hayward
In Why is Django not filling out variable entries? , insight based on a comment helped me get past the main obstacle I was struggling with, of not being able to get to the admin login screen. However, afte

Re: How can I get mail to go out?

2016-06-07 Thread C.J.S. Hayward
I uninstalled postfix and installed sendmail; now, for the first time, a password reset email went through. Thanks, On Tue, Jun 7, 2016 at 6:05 AM, C.J.S. Hayward < christos.jonathan.hayw...@gmail.com> wrote: > I have a Pinax installation where a classic Django "python manage.

How can I get mail to go out?

2016-06-07 Thread C.J.S. Hayward
"python manage.py send_mail" invocations to work, or 2. Configure Pinax to go through my pobox or gmail account, or 3. Do something else so that routine email notifications from Pinax go out? Thanks, -- [image: Christos Jonathan Seth Hayward] <https://cjshayward.com/> *C.J.S.

Re: Enabling admin interface

2016-06-01 Thread C.J.S. Hayward
ax Social Demo") I'd think that '*url**(r"^admin/", include(admin.site.urls)),*' would connect with https://domain.tld/admin/ and display an admin interface login page (or an admin homepage if cookies say you're logged in). What am I missing? -- [image: Christos

Enabling admin interface

2016-06-01 Thread C.J.S. Hayward
ot;, ), dict(title="Swap Offers", query=lambda tag : TaggedItem.objects.get_by_model(Offer, tag), ), dict(title="Topics", query=lambda tag: TaggedItem.objects.get_by_model(Topic, tag), ), dict(title="Tribes", query=lambda tag: Tagged

Migration difficulties

2016-02-16 Thread C.J.S. Hayward
I am in the process of migrating a Django project that worked flawlessly, at least far as nuts and bolts go. There were unpleasant surprises, but they were all my fault. I went to post a specific problem, with stacktrace below, but when I searched, someone else had beaten me to the punch on a ques