SOATO Registry of Uzbekistan
Project description
SOATO Registry of Uzbekistan
Documentation
The full documentation is at https://uzsoato_registry.readthedocs.io.
Quickstart
Install SOATO Registry:
pip install uzsoato_registry
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'rest_framework',
'django_celery_beat',
'soato',
...
)
Add settings for celery:
CELERY_BROKER_URL = "redis://127.0.0.1:6379/0"
Add settings for static files:
STATIC_URL = "/static/"
STATUC_ROOT = os.path.join(BASE_DIR, "statis")
MEDIA_URL = "/media/"
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
Add Tashkent address registry’s URL patterns:
urlpatterns = [
...
path('soato/', include('soato.urls', namespace="soato"),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.0 (2021-04-10)
First release on PyPI.
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
uzsoato_registry-0.1.3.tar.gz
(134.4 kB
view details)
File details
Details for the file uzsoato_registry-0.1.3.tar.gz
.
File metadata
- Download URL: uzsoato_registry-0.1.3.tar.gz
- Upload date:
- Size: 134.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fcbab1b8d5a1e34b24f24fb2ba3f6d1e37426bfd31ab0614cc9ec3de7d8230c |
|
MD5 | c4a77d7c02dc817e238109cd9818b1ee |
|
BLAKE2b-256 | bf1711ab07bd8965c960e032a68900b275395036b9b31c679691183e227392d2 |