Skip to content

esquire900/tmi-archive

Repository files navigation

TMI-archive

code for the tmi-archive.com project

Docker setup for development

  1. Build and start the service:
    docker-compose build --pull
    docker-compose up -d
  2. Run migrations:
    docker-compose exec app ./manage.py migrate
  3. Create an admin user:
    docker-compose exec app ./manage.py createsuperuser
  4. Open the admin site and log in: http://127.0.0.1:8000/admin/.
  5. Set the site domain: open http://127.0.0.1:8000/admin/sites/site/1/change/ and set Domain name to 127.0.0.1:8000.