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.5-py3-none-any.whl
(18.7 kB
view details)
File details
Details for the file edc-auth-0.1.5.macosx-10.13-x86_64.tar.gz
.
File metadata
- Download URL: edc-auth-0.1.5.macosx-10.13-x86_64.tar.gz
- Upload date:
- Size: 27.2 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 | c4ccea1f6708f809035c259ba6a50f69989896e14e18bc692ae6313b7ab98df8 |
|
MD5 | b6620e144e2f13c173791dc8b35e5134 |
|
BLAKE2b-256 | 5193a9624cdce204e80c2e016ba28d2675140cc2864c54493ef9de8910650b2f |
File details
Details for the file edc_auth-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: edc_auth-0.1.5-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 | 57ecf701fe8fd3a59a919d23acf805f5a3fe7436597966a70f069045fb4e4c87 |
|
MD5 | cc7c9a710a926091ef630aa725f772b6 |
|
BLAKE2b-256 | 4f43e595273cd23eaed214d7fdf36dda62f481ea18044c13f529298f5476a5a3 |