Skip to main content

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.

  1. Add into an installed app of settings.py file

    INSTALLED_APPS = [ … ‘Django_sign_up’, … ]

  2. Then add this URL in the main urls.py

    url(r’’, include(‘Django_sign_up.url’)),

  3. Include this template tag in the template file where you want to display the form :

    {% include ‘Django_sign_up/register.html’ %}

Project details


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

Django_sign_up-0.0.4-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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