fpbarros Posted September 13, 2012 Posted September 13, 2012 hi all,Heliohost don't give command line access. In this is the case, how do i run python manage.py syncdb to initialize the database for a django site? Thanks Quote
Ice IT Support Posted September 13, 2012 Posted September 13, 2012 I am not a django expert, but my guess would be as a cron job. Quote
HosterSlice Posted September 15, 2012 Posted September 15, 2012 Do you need to do this once?If so, you can just use a system call with php, if that is enabled. Quote
tullyvey Posted September 16, 2012 Posted September 16, 2012 Hi, 3 potential options for you: 1 if you're not expecting a lot of volume on your site, just use sqlite 2 run a local MySQL database, then dump the data and upload it 3 create the database and go to the "Remote MySQL" option in cPanel to add your IP, then you can use the same database for local testing and when deployed Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.