Skip to main content

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

This version

0.1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edc-auth-0.1.2.macosx-10.13-x86_64.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

edc_auth-0.1.2-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file edc-auth-0.1.2.macosx-10.13-x86_64.tar.gz.

File metadata

  • Download URL: edc-auth-0.1.2.macosx-10.13-x86_64.tar.gz
  • Upload date:
  • Size: 10.1 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.23.4 CPython/3.7.0

File hashes

Hashes for edc-auth-0.1.2.macosx-10.13-x86_64.tar.gz
Algorithm Hash digest
SHA256 f4bf05ee16deadc72782ba7174a5dd29ef3aead16ccca7f1e663444ab725393e
MD5 ed0aa85e80f6e3f8e0dd09511ab675fa
BLAKE2b-256 d31a5217e15e461eae6137b53835e1a48067bc95a1dd43a164ff092bf6b5aacd

See more details on using hashes here.

File details

Details for the file edc_auth-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: edc_auth-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 8.5 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.23.4 CPython/3.7.0

File hashes

Hashes for edc_auth-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c01802844d15ddbb1cf899a4912e7cae903382f387d36d5b1c7081e191d5f1a6
MD5 1b6181c69be209647f59b733e1c3be1d
BLAKE2b-256 1b7bed5b65b53e7c921ad041e8724a69d854ee27c076604150159ce40350728a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page