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
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 ,
) 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.
>>
>
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
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
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
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
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
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
9 matches
Mail list logo