A Django app about city locations
Project description
City Locations is a Django app that can be installed in an existing Django project Documentation: https://toddpy-django-cityloc-pkg.readthedocs.io/en/latest/
Installation
- Add “citylocations” to your INSTALLED_APPS setting in settings.py:
- INSTALLED_APPS = [
…
‘citylocations’,
]
- Include the citylocations URLconf in your project urls.py like this::
path(‘’, include(‘citylocations.urls’)),
Start the development server and visit http://127.0.0.1:8000/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_cityloc_pkg_charles_battle-0.0.1.tar.gz.
File metadata
- Download URL: django_cityloc_pkg_charles_battle-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d231aea00c072149d048219815dc02b140362374a2144793892ec535b0fd0495
|
|
| MD5 |
f3846f13dfc7fb60ae7a06a55487435f
|
|
| BLAKE2b-256 |
1c8ed8ff3e3ef30fe9f10705bc4721889204aa08187800f44d0899dc99f21338
|
File details
Details for the file django_cityloc_pkg_charles_battle-0.0.1-py3-none-any.whl.
File metadata
- Download URL: django_cityloc_pkg_charles_battle-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b36d1ded522fa4f4610e27ed145fb55e5560b36f51834b0f6455cf110453d44
|
|
| MD5 |
1e1b6e017c5414470998f6d1f4a42b09
|
|
| BLAKE2b-256 |
396a06c2e10c221d1f6328481caa62ccfeb12e0e4bdb4aa5442ebba8372d3191
|