Authentication for clinicedc/edc projects.
Project description
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.3-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file edc-auth-0.1.3.macosx-10.13-x86_64.tar.gz
.
File metadata
- Download URL: edc-auth-0.1.3.macosx-10.13-x86_64.tar.gz
- Upload date:
- Size: 12.6 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 | 0d71802fa227edf8e70d3059788f910b5325f5bc45f251f5fba8f4742e27401a |
|
MD5 | 8dfdc1a4a4d4270bd32c13c48ee20608 |
|
BLAKE2b-256 | ea240ffe6523841efb2a3ad8d6b3a6dd7a29b2c484a091e63fd84a10a4038a42 |
File details
Details for the file edc_auth-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: edc_auth-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.2 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 | 51d13b8233a8f9df67451798d98f4756cb84815d0cb41e0a870fb1c709c45732 |
|
MD5 | ae576a85a581bc8ba6dad734c0d9cf51 |
|
BLAKE2b-256 | fde05ff5f0b7a7a27d154da44a22885a5a3588d9f430529dd69ecd76de7fca97 |