Quatters / iacp_practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IACP Website demo

Run locally in docker

  1. Copy file .example.env to the root directory and rename it to .env.

  2. Provide next settings in this file:

    1. SECRET_KEY - any long string, preferably generated uuid/guid.

    2. DJANGO_SU_USERNAME, DJANGO_SU_PASSWORD - any credentials you want to use to enter the admin page. May stay defaults (admin/admin).

  3. Build and up containers:

docker-compose build
docker-compose up

App can be reached at 80 port, e.g. http://localhost.

Admin page can be reached at /admin, e.g http://locahost/admin.

Run dev-server locally

About

License:GNU General Public License v3.0


Languages

Language:Python 53.9%Language:HTML 42.1%Language:CSS 2.0%Language:Shell 1.5%Language:Dockerfile 0.5%