Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Party Parrot App

parrot



Sample Python application on Django with PostgreSQL database.

Requirements


  • django 4.0.1
  • Pillow 9.0.0
  • psycopg2-binary 2.9.3
  • django-prometheus 2.2.0
  • uwsgi

Deployment


  • install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
  • set environment export for variables (put them in .env file, for example):
DJANGO_DB_HOST=db
DJANGO_DB_NAME=app
DJANGO_DB_USER=worker
DJANGO_DB_PASS=worker
DJANGO_DB_PORT="5432"
DJANGO_DEBUG="False"
  • migrate database:
make migrate
  • start application:
make run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages