/philippines

dataset of all barangays of the philippines

Primary LanguagePython

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.