/djangoconus22-tutorial

This repo contains all the examples from the DjangoCoUS 22 Tutorials

Primary LanguagePythonMIT LicenseMIT

djangoconus22-tutorial

This Repo contains the reference for the tutorial at DjangoCon US 22.

Instructions to run this project.

Environment Initiatization

  • Install Poetry
  • Install Docker
  • Install Docker Compose
  • Unable to install psycopg2, Firstly make sure to install the postgres server than only the psycopg2 package will run, so make sure to install the postgres server in yout machine, but we don't need to run the psycopg2 server. If it does't solve your issues than please check the below links.

Running your project locally

Spin up the Database

  • poetry shell
  • poetry install
  • python manage.py runserver