Skip to content

A starting template for future projects by OpenWit. Template will grow continuosly to provide much wider use cases as the need arises.

Notifications You must be signed in to change notification settings

OpenWit-Technologies/django-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project name Topic
Django-starter
Startup instructions
  1. 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"}

  1. Preferably, use this command to create a virtual in the same directory as the current directory:

> poetry config virtualenvs.in-project true

  1. 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"}

  1. [Running cron jobs with djang extensions]('https://django-extensions.readthedocs.io/en/latest/jobs_scheduling.html'){target="_blank"}
  2. [Graphene bug fix]('https://stackoverflow.com/questions/70382084/import-error-force-text-from-django-utils-encoding'){target="_blank"}

About

A starting template for future projects by OpenWit. Template will grow continuosly to provide much wider use cases as the need arises.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages