Project name | Topic |
---|---|
Django-starter |
Startup instructions |
- Please see this article on using poetry to manage virtualenvironments:
[Using to Poetry with Django]("https://rasulkireev.com/managing-django-with-poetry/"){target="_blank"}
Here is the poetry doc for installing dependencies to the project: ["https://python-poetry.org/docs/basic-usage/#installing-dependencies"]{target="_blank"}
- Preferably, use this command to create a virtual in the same directory as the current directory:
> poetry config virtualenvs.in-project true
- For populating requirements.txt, use this command:
- > poetry export -f requirements.txt --output requirements.txt
4.[Connect Azure Postgres instance to pgAdmin4]("https://www.sqlshack.com/accessing-azure-database-for-postgresql-using-pgadmin/"){target="_blank"}
- [Running cron jobs with djang extensions]('https://django-extensions.readthedocs.io/en/latest/jobs_scheduling.html'){target="_blank"}
- [Graphene bug fix]('https://stackoverflow.com/questions/70382084/import-error-force-text-from-django-utils-encoding'){target="_blank"}