pip install django-mirrors
MIRRORS_DIR = BASE_DIR / 'files'
INSTALLED_APPS = [
...
'mirrors'
]
from django.contrib import admin
from django.urls import path, include
urlpatterns = [
path('mirrors/', include('mirrors.urls')),
path('admin/', admin.site.urls),
]
Release files for django-mirrors 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_mirrors-1.0.3.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_mirrors-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / django_mirrors-1.0.3.tar.gz
| Download URL | django_mirrors-1.0.3.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
004b6eb9373629e6a57f221100bd4f1c36ab9d61c3402e419f2e151fd0146bc1
|
|
BLAKE2b-256 checksum How to use checksums |
5faf2df638d256107426e281ebe972ac90bd98a7842805a01cfa8b3f80cf3cc0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.1 CPython/3.10.8 Windows/10
|
Release files / django_mirrors-1.0.3-py3-none-any.whl
| Download URL | django_mirrors-1.0.3-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65c3a4fec655ffbd969f501d6db49239c34e98bb6042e0f25b351b7d50cda0c3
|
|
BLAKE2b-256 checksum How to use checksums |
0bb8948deec5222abb95809e34a8273598cadd7908baac2f28723fbe8b3f3359
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.1 CPython/3.10.8 Windows/10
|