Jump to content

Recommended Posts

Posted

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

Posted

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 :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...