Re: Django Server Deployment - OperationalError on shared hosting ASO

2015-04-22 Thread David F
Got it to work-- changed permissions of my shared part of the server using the bash: chmod 755 . thanks james for thinking through this with me On Sunday, April 19, 2015 at 5:49:41 PM UTC-7, David F wrote: > > oh and yes-- I SSH into my part of the server that's how I'm able t

Re: Django Server Deployment - OperationalError on shared hosting ASO

2015-04-19 Thread David F
oh and yes-- I SSH into my part of the server that's how I'm able to do all this :X the database file is in the project folder just... it's coming up with that message when I try to open it in shell -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Django Server Deployment - OperationalError on shared hosting ASO

2015-04-19 Thread David F
sqlite> .read db.sqlite3 Error: incomplete SQL: SQLite format 3pp_label", "model")) �ite_autoindex_django_content_type_1django_content_type P ++ Ytablesqlite_sequencesqlite_sequence CREATE TABLE sqlite_sequence(name,seq)�Y // �atabledjango_migrationsdjango_migrations CREATE TABLE "django_

Re: Django Server Deployment - OperationalError on shared hosting ASO

2015-04-19 Thread David F
Or I'm using sqlite should I switch to mysql? -- 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, s

Re: Django Server Deployment - OperationalError on shared hosting ASO

2015-04-19 Thread David F
Hey James Sorry I forgot to mention that I did run first ./manage.py syncdb to create a superuser for the database and the admin, and have run makemigrations and migrate several times throughout editing my models, still to no avail. I did it again after seeing your post just to be sure :p same

Django Server Deployment - OperationalError on shared hosting ASO

2015-04-18 Thread David F
Hi guys!! Great to be a part of the community. So as the title says, I am deploying a site I made locally to a shared hosting server through "A Small Orange" or ASO. My site structure is as follows: don't judge my naming structure :p (unless it actually is messing something up) /home/my_usern