Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

snowball-tools/SnowballDjango

Repository files navigation

Snowball Web App

Django web app with postgresql database

Getting Started

Virtual Environment

Command Task
python -m venv venv create
. venv/bin/activate activate
deactivate deactivate

Dependencies

pip install -r requirements.txt

Development

python manage.py migrate && python manage.py collectstatic --noinput && gunicorn snowballwebapp.wsgi

Built With