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.
Release files for edc-auth 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| edc-auth-0.1.7.macosx-10.13-x86_64.tar.gz | 27.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| edc_auth-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 45.8 kB
Release files / edc-auth-0.1.7.macosx-10.13-x86_64.tar.gz
| Download URL | edc-auth-0.1.7.macosx-10.13-x86_64.tar.gz |
|---|---|
| Size | 27.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2bf9e421c6910ab637531d7bdff1c66d399c40e7fdc887865127c99abdf4dbd7
|
|
BLAKE2b-256 checksum How to use checksums |
a38cb064f9c03c886eb28573ef04e72521b1689b82cb887138d8161da616d77a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
|
Release files / edc_auth-0.1.7-py3-none-any.whl
| Download URL | edc_auth-0.1.7-py3-none-any.whl |
|---|---|
| Size | 18.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a3c6af4d8af09f170d3672444eef4da813fbbe046a72cf031cfbaf4a5176310f
|
|
BLAKE2b-256 checksum How to use checksums |
17d621211dbe64a983f73aee18500ba6b3a30eb3096e59c6a8c555d1ded4900e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
|