django-terra-accounts 0.3.2
pip install django-terra-accounts==0.3.2
Newer version available (1.0.7)
Released:
Django accounts management for terralego apps
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Makina Corpus
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
django-terra-accounts
Django accounts management for terralego apps
https://django-terra-accounts.readthedocs.io/
WARNING
-
splitted from terracommon.accounts
-
If you want to migrate data, please :
- test in local env
- all terracommon.accounts reference should be replaced by terra_accounts
- all migration file which is referencing a 'accounts' migration should reference 'terra_accounts'
- backup your instance
- stop instance
- update your django_content_type table
- UPDATE django_content_type SET app_label = 'terra_accounts' WHERE app_label = 'account';
- update your django_migrations table
- UPDATE django_migrations SET app = 'terra_accounts' WHERE app = 'account';
- Rename tables
- ALTER TABLE accounts_terrauser RENAME TO terra_accounts_terrauser;
- ALTER TABLE accounts_readmodels RENAME TO terra_accounts_readmodel;
- Restart instances and launch migrations
- test in local env
========= CHANGELOG
0.3.2 (2019-09-27)
Fixes
- Groups must be a DRF standard attribute
0.3.1 (2019-09-26)
Fixes
- Fix id in Group serializer (and API)
0.3.0 (2019-09-25)
Breaking Changes
- App name move from accounts to terra_accounts. Structure is the same, so backup and restore your data
First public tag
- Terra app extracted from terracommon.accounts
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Makina Corpus
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
File details
Details for the file django-terra-accounts-0.3.2.tar.gz
.
File metadata
- Download URL: django-terra-accounts-0.3.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11f353b47c08321bce032935df3edfa2d6af71dd645d68740ace489615c4d259 |
|
MD5 | 924ab64ce8429601ff6755d7f1e3f3e5 |
|
BLAKE2b-256 | dcf42ee13a91ffdc0b21c194d2ffe3dae26489a4b52f30852b2baf69019e4c06 |