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
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.
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.
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now