Skip to content

yahyrparedes/django-field-cypher-demo

 
 

Repository files navigation

django-field-cypher-demo

An experiment about building a custom encrypted field

  1. Drop all migrations and db sqlite3
  2. Execute commads
python manage.py makemigrations
python manage.py migrate
python manage.py loaddata person.json
python manage.py createsuperuser --username yahyr --email [email protected]
  1. Validate this value is cipher in database using viewers database sqlite

  2. Visualise your info in admin

  3. Rollback migration to 0001

python manage.py migrate demo 0001

User for test use sqlite [email protected] Demo123456

About

An experiment about building a custom encrypted field

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Ruby 1.0%