Setting up Django¶
Setting up locally¶
- Creating a virtual env from scratch
pipenv install django
- PyCharm setup
Deploying Django¶
Python Anywhere only has MySQL for free (no Postgres 😢)
Last update:
2023-04-24
pipenv install django
Python Anywhere only has MySQL for free (no Postgres 😢)