We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afee6d3 commit 77bc79eCopy full SHA for 77bc79e
README.md
@@ -17,7 +17,7 @@ Create contained environments within the VM via `. init_python_env`
17
in `manage_django_db_postgres.sh` when installing psycopg2, need to first automatically install the _correct_ version of the `python-dev` package.
18
19
## NOTES:
20
- ### PostgreSQL
+### PostgreSQL
21
- Defaults to PostgreSQL 9.3
22
- The default settings will run Django on port 80 and Apache on 8080.
23
- To change the port Django runs on run: `python manage.py runserver [::]:YOUR_NEW_PORT` in a Django project.
0 commit comments