Skip to content

iperera97/DIVISIONS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIVISIONS

Sri Lanka is divided into 9 provinces, which are further subdivided into 25 Districtss. Districts are further subdivided into Municipalities, of which are sorted into three categories. Each municipality is divided into Wards and wards into Grama Niladhari divisions.

we can view / filter and add the provinces, districts and cities

  • front end - react and redux
  • back end - django, restframework and sqlite3

backend development

    pipenv shell
    pipenv sync
    python manage.py runserver

fronend development

    npm install
    npm run dev
    npm run build  # build project with production environment

development with new database

    # migrate tables in database
    python manage.py migrate

    # load json data to database
    python manage.py loaddata fixtures/newdumps/province.json
    python manage.py loaddata fixtures/newdumps/district.json
    python manage.py loaddata fixtures/newdumps/city.json

    # create superuser for adminpanel login
    python manage.py createsuperuser 

About

SRILANKA PUBLIC PLACES

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors