DJango sign up
Project description
Description:
The main motive is to upload our own package on PyPI. so for doing testing, I have uploaded it on this platform.
installation:
Just run a command on the terminal
pip install Django_sign_up.
Add into an installed app of settings.py file
INSTALLED_APPS = [ … ‘Django_sign_up’, … ]
Then add this URL in the main urls.py
url(r’’, include(‘Django_sign_up.url’)),
Include this template tag in the template file where you want to display the form :
{% include ‘Django_sign_up/register.html’ %}
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file Django_sign_up-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: Django_sign_up-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2978a7bb4688e04f2dba2ce36bcf311880b6b2f07e0b7e40c035b24727e6cac6 |
|
MD5 | d97c3c6f961040a34197cffc6c3b6b93 |
|
BLAKE2b-256 | eab709b26ac7422bf95d78324f23a2983989f2320809ff32c88cd559fc60fa0e |