معرفی شرکت ها


djangonepal-0.0.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django app that provides choices for adminstrative bodies of Nepal.
ویژگی مقدار
سیستم عامل -
نام فایل djangonepal-0.0.8
نام djangonepal
نسخه کتابخانه 0.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Atit Bimali
ایمیل نویسنده atitbimali@gmail.com
آدرس صفحه اصلی https://github.com/AtitBimali/django-nepal
آدرس اینترنتی https://pypi.org/project/djangonepal/
مجوز MIT
================ 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. 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 <https://www.atitbimali.com.np/>`_, 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. 3. Rest API to be created and made public.


نیازمندی

مقدار نام
>=3.0 Django


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl djangonepal-0.0.8:

    pip install djangonepal-0.0.8.whl


نصب پکیج tar.gz djangonepal-0.0.8:

    pip install djangonepal-0.0.8.tar.gz