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

build: 🎉 Set up start of a Poetry-managed Django app #43

Merged
merged 3 commits into from
Dec 22, 2023

Commits on Dec 21, 2023

  1. build: 🎉 Start using poetry

    Add files for poetry to use.
    lwjohnst86 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    801f784 View commit details
    Browse the repository at this point in the history
  2. build: 🎉 Set up basic files for Django project.

    Used `poetry run django-admin startproject seedcase_sprout .`
    
    Related to #38
    lwjohnst86 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    824192b View commit details
    Browse the repository at this point in the history
  3. build: 🎉 Set up start of a Django app

    Used `poetry run django-admin startapp app` while in the `seedcase_sprout` directory
    
    Related to #38
    lwjohnst86 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    de34208 View commit details
    Browse the repository at this point in the history