Updating existed Django project with custom logging middleware. *Only authorized users can access to "Contact list" page and view action statistic for dedicated user.
Run an application from 0.
make d-homework-i-run
make init-dev
Delete all created artifacts from run.
make d-homework-i-purge
Create a migrations
make migrations
Apply a migration
make migrate
Default value - 50 contacts
make generate-contacts
For custom generation with desired amount use a terminal command:
python manage.py generate_contacts --amount <desired qtty>
Deleting all auto-generated contacts
make delete-contacts
login: admin | password: admin123
make init-dev-i-create-superuser