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.12-py3-none-any.whl
(19.4 kB
view details)
File details
Details for the file edc-auth-0.1.12.macosx-10.13-x86_64.tar.gz
.
File metadata
- Download URL: edc-auth-0.1.12.macosx-10.13-x86_64.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 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 | cfa4780cc49097cd68769f44f2afbd71039ea6e500585515076136497f0b33cf |
|
MD5 | c04f6246065818fcf2e41524d1de416a |
|
BLAKE2b-256 | d3d2b82603864572c1c26eae498fb343ba772a98c9b2ccc9e7ba1796c391d5e0 |
File details
Details for the file edc_auth-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: edc_auth-0.1.12-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 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 | 9bd7cf25712fd7f65faa265b4c8c20a5a92cd1b2bace6679e726f22374e40717 |
|
MD5 | 44dae41050588f59059976fe8d5fac83 |
|
BLAKE2b-256 | 42b5e285293cc834dd1bd071684bce1524df955df77614ce858cbc5b1613bc14 |