Skip to content

Readme Update - Admin creation and localhost change #7

MariaV requested to merge MariaV/gitlab-lobby:readme_admin_explain into main

Updated Readme and settings.py to make setup easier for new users:

  • Updated settings.py with 127.0.0.1 in ALLOWED_HOSTS to simplify runserver execution
  • Added alternate command to start virtual env: $ python3 -m venv .env
  • Added readme documentation for creation of admin superuser per issue #7 #7.

Merge request reports