This package is used in conjunction with django-registration to allow a company to register new users rather than a self-subscribe model.
Project description
Django Company Registration (django-company-registration)
Description
This app simply gives a backend which allows admins to subscribe users to their company. This is a fork of https://bitbucket.org/ubernostrum/django-registration to support the notion of a company controller.
Authors
- James Bennett (originator) - https://bitbucket.org/ubernostrum/django-registration
- Steven Klass
Copyright and license
Copyright (c) 2012-2013 Pivotal Energy Solutions. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Build Process:
- Update the
__version_info__
inside of the application. Commit and push. - Tag the release with the version.
git tag <version> -m "Release"; git push --tags
- Build the release
rm -rf dist build *egg-info; python setup.py sdist bdist_wheel
- Upload the data
twine upload dist/*
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_company_registration-1.1.6-py2.py3-none-any.whl (33.9 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size django-company_registration-1.1.6.tar.gz (23.6 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for django_company_registration-1.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af153ef84b6337068aa96fa7913fbe00a8f6a77134335aa887613b6a1d2e8996 |
|
MD5 | 420e2f4c758e83ea1c1a567a7dbd1f58 |
|
BLAKE2-256 | e3cc43a567d0f5c76dcc952562701b15828528cbd31f190ba77fc87fa1def57f |
Hashes for django-company_registration-1.1.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c34208c4033bd89d3ef074bba7864dc5eb68cd8eddadc7a1be1866e32eeef4f6 |
|
MD5 | 22447fd8a355c5f50bc6bda852daba9c |
|
BLAKE2-256 | d892a4dc0187ded2554948f744c16df6b4557907df3925cc0a8bc3be08fade04 |