Authentication for clinicedc/edc projects.
Project description
edc-auth
Authentication for the Edc
Important: If you are upgrading from edc_base.auth:
The userprofile table is now in edc_auth. edc_auth has one migration for this table. Copy the same table from edc_base and fake the edc_auth migration.
CREATE TABLE edc_auth_userprofile LIKE edc_base_userprofile;
INSERT edc_auth_userprofile SELECT * FROM edc_base_userprofile;
python manage.py migrate edc_auth --fake
You can now run the edc_base migration safely.
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
edc_auth-0.1.26-py3-none-any.whl
(30.7 kB
view details)
File details
Details for the file edc_auth-0.1.26-py3-none-any.whl
.
File metadata
- Download URL: edc_auth-0.1.26-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9f2c5ce4dead03637bcf5f7b8640ea436515433998170cd156f1fd289b48e16 |
|
MD5 | d37421ec6686d0e315962a260de2af5a |
|
BLAKE2b-256 | 69231b1af89e51ddd56706c628bf48a0f24309aaf954670a3709e8ec2244ff9d |