Skip to main content

SOATO Registry of Uzbekistan

Project description

https://badge.fury.io/py/uzsoato_registry.svg https://travis-ci.com/dcopm999/uzsoato_registry.svg?branch=master https://codecov.io/gh/dcopm999/uzsoato_registry/branch/master/graph/badge.svg

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 hashes)

Uploaded Source

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