Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal deployable application #8

Merged
merged 4 commits into from
Jan 19, 2024
Merged

Commits on Jan 19, 2024

  1. Add a minimal index view

    evansd committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b4ab46a View commit details
    Browse the repository at this point in the history
  2. Remove Django admin

    I don't anticipate us wanting to use it in this project.
    evansd committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3178a33 View commit details
    Browse the repository at this point in the history
  3. Temporarily comment out apps which use the database

    So we can work on an intiial minimal deployment without worrying about
    migrations.
    evansd committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4220cf4 View commit details
    Browse the repository at this point in the history
  4. Configure ALLOWED_HOSTS

    Possibly we'll just want to hardcode this to `*` on the basis that we're
    capable of enforcing the right thing elsewhere in the chain, but I'm
    being conservative for now.
    evansd committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9edd16c View commit details
    Browse the repository at this point in the history