Skip to main content

Authentication for clinicedc/edc projects.

Project description

pypi travis codecov downloads

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

edc_auth-0.1.25-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edc_auth-0.1.25-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.10.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.16

File hashes

Hashes for edc_auth-0.1.25-py3-none-any.whl
Algorithm Hash digest
SHA256 f54707b72dba3746a1bf915c951f26d0d9fab4688cb44efa727f78a15ac3c98c
MD5 837c6402d7166907438917b2c1a17643
BLAKE2b-256 323b7680c87934317632df5284fedd488a1201fa76f01d92ada276198d63521a

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