ibuilder / django_property

simple property database with django and postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_property

simple property database with django and postgres

python3 -m venv .env # optional

source .env/bin/activate # optional

pip install -r requirements.txt

./manage.py migrate --run-syncdb

./manage.py runserver

About

simple property database with django and postgres


Languages

Language:Python 50.5%Language:HTML 46.0%Language:Dockerfile 3.5%