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

Feat: create runnable Django project #29

Merged
merged 8 commits into from
Dec 9, 2024
Merged

Conversation

lalver1
Copy link
Member

@lalver1 lalver1 commented Dec 6, 2024

Closes #5
This PR sets up a minimal runnable Django project. It includes:

  • adding Django as a dependency
  • initializing the PeMS Django project using a SQLite database
  • setting up VS Code for Python projects (including setting up the debugger)

@lalver1 lalver1 self-assigned this Dec 6, 2024
@lalver1 lalver1 force-pushed the feat/runnable-django-project branch 2 times, most recently from a5d86a2 to 2a43010 Compare December 6, 2024 21:22
@lalver1 lalver1 marked this pull request as ready for review December 6, 2024 21:24
@lalver1 lalver1 requested a review from a team as a code owner December 6, 2024 21:24
Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change, looking good

@thekaveman thekaveman added this to the Initial project setup milestone Dec 6, 2024
@lalver1 lalver1 force-pushed the feat/runnable-django-project branch from 759fc4e to 4b68e53 Compare December 9, 2024 16:32
@lalver1 lalver1 force-pushed the feat/runnable-django-project branch from 4b68e53 to be2d9b1 Compare December 9, 2024 16:34
Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@lalver1 lalver1 merged commit 60b15e6 into main Dec 9, 2024
6 checks passed
@lalver1 lalver1 deleted the feat/runnable-django-project branch December 9, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create runnable Django project
2 participants