Skip to content

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