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.14-py3-none-any.whl
(32.5 kB
view details)
File details
Details for the file edc-auth-0.1.14.macosx-10.13-x86_64.tar.gz
.
File metadata
- Download URL: edc-auth-0.1.14.macosx-10.13-x86_64.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0b235a1369125aee3bdc78777e569e7fca088727eab47a20be52c006358b350 |
|
MD5 | f45efc1c2bff2535254bbbc5a421a43b |
|
BLAKE2b-256 | a2284d5435fad106897c11e7eb0619c9ccf8e9c629a48e4ad7ca0d9a6298414a |
File details
Details for the file edc_auth-0.1.14-py3-none-any.whl
.
File metadata
- Download URL: edc_auth-0.1.14-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 047d5cfbe89f1ad0bc94846bc843e8f2b647a8ff7bb12d01aefb1fde8ac65778 |
|
MD5 | 1a242b94b978abd7b5446b784d8d01c8 |
|
BLAKE2b-256 | 460e96098d87cf3e4a5b27ee461d002091711348d9afdcad9838cb8b1a148e9d |