Re: Trouble with Django in production server.

2014-03-03 Thread Omar Acevedo
m Django, ... but besides that, when I try to create even an app, it gives me an error. The Unhandled one even in Debug = True. I can give more information so this issue can be better resolved. On Mon, Mar 3, 2014 at 8:45 PM, Omar Acevedo wrote: > No, the server itself it's not runnin

Re: Trouble with Django in production server.

2014-03-03 Thread Omar Acevedo
No, the server itself it's not running in a virtualenv. Yes, it is a shared hosting service which it's both domain and account. And about the server, ... well, (idk), I'm using FastCGI, also, I followed this tutorial first -> https://help.asmallorange.com/index.php?/Knowledgebase/Article/View/140 ,

Re: Trouble with Django in production server.

2014-03-02 Thread Omar Acevedo
) for such needs. I usually declare a >> PROJECT_ROOT var at the top of my settings.py using the aforementioned os >> module, and then hang paths (like your db path) off of that instead of >> building each path individually. >> >> Glad you figured it out. >> >

Re: Trouble with Django in production server.

2014-03-01 Thread Omar Acevedo
To see if it worked, and yes it did! So, I'm just having trouble with the paths. I'm using a virtual environment. So I guess I'll have to deal with the paths. Thank you a lot anyways!!! :) On Sat, Mar 1, 2014 at 8:39 PM, Omar Acevedo wrote: > I explicitly wrote '/hom

Re: Trouble with Django in production server.

2014-03-01 Thread Omar Acevedo
I explicitly wrote '/home/catacafe/.env/env/lib/python2.7/db.sqlite3' in the NAME option of the DATABASES dictionary. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Trouble with Django in production server.

2014-03-01 Thread Omar Acevedo
t; Are you sure that the settings file you're using is configured to use the > database on your production server? > > > On Sat, Mar 1, 2014 at 5:12 PM, Omar Acevedo wrote: > >> Yes! >> >> >> On Sat, Mar 1, 2014 at 8:11 PM, Jonathan Baker < >> j

Re: Trouble with Django in production server.

2014-03-01 Thread Omar Acevedo
Yes! On Sat, Mar 1, 2014 at 8:11 PM, Jonathan Baker wrote: > When you ran the 'syncdb' management command, was 'auth_user' listed in > the output as a table that was created? > > > On Sat, Mar 1, 2014 at 3:52 PM, Omar Acevedo wrote: > >> Hello peopl

Trouble with Django in production server.

2014-03-01 Thread Omar Acevedo
Hello people, I'm having an issue in/with Django, which is on a shared hosting, and I'm using virtualenv and fastcgi. (<- saying this, just in case it helps in something) I'm getting "OperationalError at /admin/ no such table: auth_user" after entering my credentials (username & pw) set when as

"No such table" error.

2014-03-01 Thread Omar Acevedo
Hello, I'm having an issue in/with Django, which is on a shared hosting, and I'm using virtualenv and fastcgi. (<- saying this, just in case it helps in something) I'm getting "OperationalError at /admin/ no such table: auth_user" after entering my credentials (username & pw) that were set whe