mcmonde / philippines

dataset of all barangays of the philippines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO CREATE A VIRTUAL ENV:

mkdir venv

python -m venv venv

pip install django

python manage.py makemigrations

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

TO RUN TEST

python manage.py test barangays

python manage.py test municipalities

python manage.py test province

python manage.py test regions

If there are any questions please do contact me.

About

dataset of all barangays of the philippines


Languages

Language:Python 100.0%