Django Initial Setup provides inital setup screen developed with Django for first launch.
Project description
Django Initial Setup
Django Initial Setup provides inital setup screen developed with Django for first launch.
Install
To install django-initial-setup, run following command if you use pipenv.
pipenv install django-initial-setup
After installing, add first_setup to INSTALLED_APPS.
INSTALLED_APPS = (
...
'first_setup',
)
Activate routing
After installed django-initial-setup, activate url path editing urls.py like following. The routing accessing initial setup screen, is /initial_user_setup/welcome by default if the path set like follwing.
from django.contrib import admin
from django.urls import path, include
urlpatterns = [
...
path('', include('first_setup.urls')),
]
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-initial-setup-0.0.9.tar.gz.
File metadata
- Download URL: django-initial-setup-0.0.9.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
804ef0a869a21053c31067ae46d7b935477f9263d8416d16ca21163cf1ed7a0b
|
|
| MD5 |
4b9c022c682588d5213a422b6d4b7baf
|
|
| BLAKE2b-256 |
8029161a53c4c058b3a5f09e6ae42ccd238067b822c4ca198171b6b7b5784271
|
File details
Details for the file django_initial_setup-0.0.9-py3-none-any.whl.
File metadata
- Download URL: django_initial_setup-0.0.9-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b06395df3041fd6050b57aeb1a7d5ae5e357593fc6eaca59240a6a32d48dfa1e
|
|
| MD5 |
093683c96a59b0e3009d435c72a92e11
|
|
| BLAKE2b-256 |
f4c449ca804afab30ae2206b832603049c69d9fe7a8987a17da78a226577a319
|