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.6-py3-none-any.whl
(18.7 kB
view details)
File details
Details for the file edc-auth-0.1.6.macosx-10.13-x86_64.tar.gz
.
File metadata
- Download URL: edc-auth-0.1.6.macosx-10.13-x86_64.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7759c27bbd1fa95fed620cb230484a827244b6863a5e68c9b4cbea41fa351ae9 |
|
MD5 | 426e6a8cf5ac39cecf6adfea97f7cd29 |
|
BLAKE2b-256 | 24ab0d56fd1eee182a765fbc6296732f274fe7212be7c63de2c199af76ea409f |
File details
Details for the file edc_auth-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: edc_auth-0.1.6-py3-none-any.whl
- Upload date:
- Size: 18.7 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.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55fa47692f42024905bab272e9e1aa27dec9a8563a4ed3704b4f250e07ab9403 |
|
MD5 | 400f2fffd6f71e532aefe2943881707b |
|
BLAKE2b-256 | cf2ff4066b60d7517924e7a922d6864fdd0242259ae305dbe6067d4594f47420 |