A Django app that adds cities and countries to your project.
Project description
# django-countries
django-countries is a Django app to that provides sessional features to your Django project.
Detailed documentation is in the “docs” directory.
Quick start
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "countries", ]
Include the polls URLconf in your project urls.py like this:
path("countries/", include("countries.urls")),
Run python manage.py migrate to create the polls models.
Run python manage.py upload_data to upload the data to the database.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/polls/ to participate in the poll
7. to import MyResponse ,get_path , etc… use from countries.utils import *
from countries.utils import MyResponse ,get_path , etc...
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
File details
Details for the file logatta-countries-0.6.tar.gz
.
File metadata
- Download URL: logatta-countries-0.6.tar.gz
- Upload date:
- Size: 695.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce38cbf059986fa45d562fb14ef5a14e7620171e76f2c57f67064a43670426d8 |
|
MD5 | 8af86affd2387613a0477bbfc8beec09 |
|
BLAKE2b-256 | f402570ed4786ce836af8f2da0c5c3cacfa2e26df4574304ea899745cc181125 |