Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit cceec96

Browse files
authored
Add an Django Admin section (#67)
1 parent f3d5017 commit cceec96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ Automatic installation of the project with docker, for development.
4242
* [ELK Stack](https://www.elastic.co/products)
4343
* [Docker Swarm](https://docs.docker.com/engine/swarm/)
4444

45+
## Django Admin
46+
47+
* When install the project with docker, there is an `entrypoint.sh` script that runs in the `server` container. It'll migrate the database and create a new super user with a username `admin` and a password `pass`.
48+
* We use [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot) to fake the default Django admin login screen to log and notify admins of attempted unauthorized access. So the real Django admin login screen will be under `/secret-admin`.
49+
* We also use [django-flat-responsive](https://github.com/elky/django-flat-responsive) to make the Django admin screens responsive to mobile.
50+
4551
## Tests
4652

4753
There is already tests for the `server` and the `client`, we currently at **+90** percent coverage.

0 commit comments

Comments
 (0)