Skip to content

Build Base Python environment #4

Description

@kevingcole
  1. Create & Activate a virtual environment

    python3 -m venv venv
    source venv/bin/activate

  2. Install the required packages

    pip install -r requirements.txt

  3. Apply Migrations

    python manage.py migrate

  4. Create a superuser

    python manage.py createsuperuser

65 Run the development server

python manage.py runserver

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions