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

Add note to run migrate Django command #483

Description

@gregoryfoster

When stepping through the regulations-site README.md file's Quick start section, I found that I needed to run the Django migrate command prior to starting the server. That should probably be added to the docs.

python manage.py migrate

I also found the npm install command happily ran without executing the grunt task afterwards because the grunt executable was not available in my environment. Installing the grunt-cli package is well-documented further down the README, but it might be helpful to post a notice if this rare circumstance is identifiable after npm install executes.

Finally, I had to create a local_settings.py file to specify API_BASE, but that's already documented in #140.

Put it all together, and I've got a usable regulations-site instance running locally 👍 Thanks again for the team's hard work on this very exacting domain.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions