Saturday, March 24, 2018

Django deployment

I have set up a server with Ubuntu, Nginx, uwisg, Postgres and Django.  I got this part figured out its running multiple sites with each of its own virtalenv.

My development is on Windows 10 and pycharm, what I haven't figured out is how I can develop in pyCharm and then deploy to my server.

Do the environments have to be the same in development and production?

Is it possible to develop locally with f.ex SQLite and then deploy to the server that runs Postgres?

I don't know if I'm totally out of bounds here, please help me understand deployment.

Regards
Goran
 

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cce6daf0-e617-4bac-a3e0-773c85b80885%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment