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 ,
then days later they posted this link (
https://help.asmallorange.com/index.php?/Knowledgebase/Article/View/305/0/installing-django-using-virtualenv)
about using the virtualenv, so, it's like that.

Anyways, I noticed that inside the settings.py file, when I put a absolute
path in the NAME of the DATABASE, then it kinda worked.
"Kinda worked" in a sense that it actually let me go to the admin with no
problem, ... BUT, ... when I create an application with the startapp
command, and then create a model and then add it to the admin so I can see
the model inside the admin, THEN it shows this error message -> "Unhandled
Exception An unhandled exception was thrown by the application."

And yes, I do run the syncbd so the tables get created, but still nothing.
:(

-- 
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 
to django-users+unsubscr...@googlegroups.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/CAH_X0gPOjAuJMDhKj12o-xUhKMBYcTVNhkxZ%3DHaayPrNfeFQ5g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to