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 Distribution
Built Distribution
edc_auth-0.1.9-py3-none-any.whl
(18.8 kB
view details)
File details
Details for the file edc-auth-0.1.9.macosx-10.13-x86_64.tar.gz
.
File metadata
- Download URL: edc-auth-0.1.9.macosx-10.13-x86_64.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02580198404d2ffc3d79e30212fff607f5cab0a308809679698046beaebd4aa9 |
|
MD5 | a116bf6515aafd8e9ec9effcbf226dee |
|
BLAKE2b-256 | 3b5bf7522d5a936f19ee1e4fda9e28a7a15b4fd5a991af974c2d807afe9f19b0 |
File details
Details for the file edc_auth-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: edc_auth-0.1.9-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4261f8e87e90b23358712255469f7d7d764932d5b916d65b5e34fd8540091c2f |
|
MD5 | ddc2555d72f11da67853f47152d98859 |
|
BLAKE2b-256 | 3708fa09c1ea8af09cd32879899e52118b2fa861bb7fbffd408580d1f924c98a |