Re: if statement in django

2014-04-06 Thread Keith Edmiston
sion on the web visit https://groups.google.com/d/ >> msgid/django-users/5340E423.2070700%40gmail.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" gr

Re: Presentation ideas?

2014-01-22 Thread Keith Edmiston
hn DeRosa wrote: > I'm glad Russ answered too. I was thinking only about tutorials, but > neglected to explain that. Not that it was hard to figure out, I supposed. > > On Jan 16, 2014, at 8:56 PM, Keith Edmiston wrote: > > > John/Russ, > > > > Thanks a to

Re: Presentation ideas?

2014-01-16 Thread Keith Edmiston
our current job. >> You can learn new details about technologies you know, in intermediate or >> advanced tutorials. >> You can learn in-depth, because you’re in a session for 3 hours, vs. 45 >> minutes. >> You can more easily network, because tutorials are less fre

Presentation ideas?

2014-01-16 Thread Keith Edmiston
technical conferences, but wonder what the tutorials beforehand and sprints afterwards really offer. This session will provide some insight to that dark world of give and take." -- Keith Edmiston (512)970-7222 -- You received this message because you are subscribed to the Google Groups

Re: Admin stuck at login page

2013-11-12 Thread Keith Edmiston
s.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAFHbX1KF1Bop9WYDZxFixqo57bxTR3Oi%2B1XzShA8acM%2BjViKjg%4

Re: Admin stuck at login page

2013-11-12 Thread Keith Edmiston
rking correctly via the browser? I'm not fully certain how to go about doing that. BTW, I'm using Django 1.4. Keith On Tue, Nov 12, 2013 at 10:34 AM, Tom Evans wrote: > On Tue, Nov 12, 2013 at 2:23 PM, Keith Edmiston wrote: > > PROBLEM: I am attempting to implement the Dj

Admin stuck at login page

2013-11-12 Thread Keith Edmiston
19:17] "GET /apps/bus/certs/admin/ HTTP/1.1" 200 48682 Things I've done/tried: 1. reset the password using the "users[0].set_password('whatever')" command (found here: http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html) 2. deleted a

Re: Problems with turning on the Admin

2013-11-11 Thread Keith Edmiston
Django version and an old Python version. That’s the only thing I can > think about right now. > > -- > Vincenzo Prignano > Sent with Sparrow <http://www.sparrowmailapp.com/?sig> > > On Saturday, November 9, 2013 at 6:53 PM, Keith Edmiston wrote: > > Bumping this up once

Re: Problems with turning on the Admin

2013-11-09 Thread Keith Edmiston
Bumping this up once more just in case someone may have any thoughts...still a problem that has me stumped. Thanks, in advance, for ideas. Keith On Friday, November 8, 2013, Keith Edmiston wrote: > bus/certs/urls.py: > > from django.conf.urls import patterns, url, include > from

Re: Problems with turning on the Admin

2013-11-08 Thread Keith Edmiston
, {}, 'application_submit'), #(r'^admin/', include(admin.site.urls)), ) On Fri, Nov 8, 2013 at 12:20 PM, Vincenzo Prignano < vincenzo.prign...@gmail.com> wrote: > Can you post the line in urls.py that is calling the view function?

Re: Problems with turning on the Admin

2013-11-08 Thread Keith Edmiston
ntry in your installed apps referring to the > "Listing" models perhaps? We can't really help you with much more info btw. > > > On Friday, November 8, 2013 4:55:04 PM UTC+1, Keith Edmiston wrote: >> >> Hi, >> >> I am building a new site in Django 1.

Problems with turning on the Admin

2013-11-08 Thread Keith Edmiston
Hi, I am building a new site in Django 1.4 and I'm using the South migration tool to keep my dev MySQL database in sync with changes made to my models. It should be said that I use one MySQL database account to serve various Django projects/apps (confusing, yes). It all seems to be working fine un

Re: save form data to mysql table

2013-10-23 Thread Keith Edmiston
8YJxBhd0QOtjAT51CYONff9NEnDFZh5CpEd%2B3S3H3G3g%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Keith Edmiston (512)970-7222 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: Djangocon videos

2013-10-21 Thread Keith Edmiston
, Oct 21, 2013 at 5:45 PM, Keith Edmiston wrote: > >> http://www.youtube.com/playlist?list=PLtqtTJ4wP09YOFqm_lBCoQtmS6S0omW3J >> >> >> On Mon, Oct 21, 2013 at 8:54 AM, Víðir Valberg Guðmundsson < >> valb...@orn.li> wrote: >> >>> On 10/21/2013 0

Re: Djangocon videos

2013-10-21 Thread Keith Edmiston
ups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/52653204.9080708%40orn.li. > For more options, visit ht

Re: Admin Center is not displaying

2013-08-05 Thread Keith Edmiston
I experienced similar troubles just last week. The remedy for me was to delete all cookies and cache in my Firefox (on a PC). Then it worked again. Hope that helps...Keith On Saturday, August 3, 2013 10:57:33 PM UTC-5, Cole Calhoun wrote: > > I am running Python 2.7.4 and Django 1.5.1 on a Mac.