sirodoht / z01

meet new friends

Home Page:https://01z.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z01

Code powering 01z.co

Development

This is a standard Django app, install and run with:

# setup venv
python3 -m venv .venv
source .venv/bin/activate

# setup env variables
cp .envrc.example .envrc
source .envrc

# install dependencies
pip install -r requirements.txt

# run dev server
python manage.py runserver

License

MIT

About

meet new friends

https://01z.co

License:MIT License


Languages

Language:Python 74.1%Language:HTML 24.5%Language:Jinja 1.3%