add users to google group django

2017-06-30 Thread Brian Lee
I have a quick question about handling email updates using Django. My organization uses a Google Group to send mass emails to those added to the email list, and I was looking to add a 'sign up' widget to the footer of the website (It's a non-buisness Google Group). Is it possible to utilize Goo

Re: MySQL manage.py dbshell throwing error unknown variable 'character-set-server=utf8'

2013-08-24 Thread Brian Lee
# only contains [mysqld_safe]; syslog On Saturday, August 24, 2013 7:06:28 PM UTC-4, tom wrote: > > On Saturday, 24 August 2013, Brian Lee wrote: > >> So, my website, involving lots of database calls, works perfectly fine, >> even after a reboot. >> >> However, attem

MySQL manage.py dbshell throwing error unknown variable 'character-set-server=utf8'

2013-08-24 Thread Brian Lee
So, my website, involving lots of database calls, works perfectly fine, even after a reboot. However, attempting to connect directly via dbshell results in this error: $ ./manage.py dbshell mysql: unknown variable 'character-set-server=utf8' Attempting to figure out my version of mysql also gav

Re: On live site, DatabaseError tables not found; dbshell shows tables but apache can't find the database?

2013-06-08 Thread Brian Lee
ason Arnst-Goodrich wrote: > > Does apache have write permissions on the DB folder(s). > > I know you'll get errors if you don't have permission for the db file > itself AND the folder containing it. > > On Saturday, June 8, 2013 10:16:46 AM UTC-7, Brian Lee wrote: >

Re: On live site, DatabaseError tables not found; dbshell shows tables but apache can't find the database?

2013-06-08 Thread Brian Lee
connection > > Many thanks, > > Serge > > > +380 636150445 > skype: skhohlov > > > On Sat, Jun 8, 2013 at 7:44 AM, Brian Lee > > wrote: > >> I'm trying to set up an existing project on a new hosting provider >> (webfaction). The site is up and r

On live site, DatabaseError tables not found; dbshell shows tables but apache can't find the database?

2013-06-08 Thread Brian Lee
I'm trying to set up an existing project on a new hosting provider (webfaction). The site is up and running, except for any pages which require a database query - those pages fail to load and the backend shows various kinds of DatabaseError: no such table, depending on which database query the