Skip to content

msosav/book-django-5-for-the-impatient

Repository files navigation

Django 5 for the Impatient - Second Edition

Project setup

  1. Clone the repository

    git clone https://github.com/msosav/book-Django-5-for-the-Impatient
  2. Create a virtual environment and install the dependencies

    cd book-Django-5-for-the-Impatient
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  3. Run the Django development server

    python manage.py runserver

Other

Superuser

  • username: soos
  • password: Django1234

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published