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

Create database/Django initialization pipeline #33

Closed
3 tasks
thekaveman opened this issue Dec 6, 2024 · 0 comments · Fixed by #37
Closed
3 tasks

Create database/Django initialization pipeline #33

thekaveman opened this issue Dec 6, 2024 · 0 comments · Fixed by #37
Assignees

Comments

@thekaveman
Copy link
Member

After #5

We want to:

  • run Django migrations
  • collect static files
  • create a superuser if needed

And then do this as part of the devcontainer startup.

Will also need to add the STATIC_ROOT setting.

That way the site can be launched with F5 and you could log in to the Admin with a superuser.

@github-project-automation github-project-automation bot moved this to Todo in PeMS Dec 6, 2024
@thekaveman thekaveman added this to the Initial project setup milestone Dec 6, 2024
@thekaveman thekaveman mentioned this issue Dec 6, 2024
6 tasks
@lalver1 lalver1 self-assigned this Dec 9, 2024
@lalver1 lalver1 moved this from Todo to In progress in PeMS Dec 9, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in PeMS Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants