Skip to main content

A Django app that provides choices for adminstrative bodies of Nepal.

Project description

Django Nepal

Djangonepal is a Django app that provides information about the administrative bodies of Nepal. Currently it has the names of seven provinces of Nepal, name of the districts inside each of the provinces and name of all the municipalities ( including Metropolitan, Sub-Metropolitan and rural Municipalities aka Gaun Palika) inside each districts. Hope this saves your time while working on your web project based project for Nepal.

Quick start

  1. After installing add “djangonepal” and ‘django_extensions’ to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
    
        'djangonepal',
        'django_extensions',
    
        ...
    ]
  2. Run python manage.py makemigrations djangonepal

  3. Run python manage.py migrate to create the models.

  4. Add djangonepal.context_processors.data to your ‘context_processors’ (optional)

    ‘context_processors’: [

    ‘djangonepal.context_processors.data’

    … ]

  5. Run python manage.py runscript load_data wait till the import finishes. This import will let you use the data the way you want.

  6. If you followed step 4 you should be able to render it in your template using

    {% for i in province %} <p> {{i.name}} </p> {% endfor %}

    For district {{i.district}} For VDC/Municipality/Metropolitan/Sub-Metropolitan {{i.municipality}}

  7. You could also register the model on your admin.py file with

    from djangonepal.models import * admin.site.register(Province) admin.site.register(District) admin.site.register(Municipality)

Want to Contribute?

Open to any feedbacks/pull requests. Feel free to Ping Me Anytime, Even if you are not a developer. Any valid resource or data in any format is appreciated. Everyone will be credited for their respective contributions.

NOTE:

Please check the source and published date of data before submitting any kind of information regarding the package.

Future Releases

  1. More information about each administrative divisions to be added.

  2. Resource Map, Census data to be added.

  3. Terrain,flora,fauna data to be added.

  1. Rest API to be created and made public.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangonepal-0.0.9.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

djangonepal-0.0.9-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file djangonepal-0.0.9.tar.gz.

File metadata

  • Download URL: djangonepal-0.0.9.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for djangonepal-0.0.9.tar.gz
Algorithm Hash digest
SHA256 b4feaa67385291160ede5dd225663a70b627b86249977d95ef8e76cbdd0e9f69
MD5 20c37266df1b94ba66e449ca908927a9
BLAKE2b-256 dbaa7dadea5fea69cc3d84355848493476ce6da482aed7ddd8dd033184a7d4a7

See more details on using hashes here.

File details

Details for the file djangonepal-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: djangonepal-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for djangonepal-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 22ac048e771d222e6acdfc5761b186bbb33165df3b055e524aa554edca64e649
MD5 ece1e8f78e2ba463340e0cfe9ca3d76b
BLAKE2b-256 cf3ffb5f859a5136dd22914d35070df82ec4b247132c23f3fd350d1849e406be

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page