Skip to content

dvrkdev/django-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Tutorial

A minimal Django tutorial project to demonstrate basic app structure and workflows.

Requirements

  • Python 3.8+
  • pip
  • virtualenv (recommended)

Quickstart

  1. Clone the repo:
    git clone https://github.com/dvrkdev/django-tutorial.git
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # macOS/Linux
    venv\Scripts\activate     # Windows
  3. Install dependencies:
    pip install -r requirements.txt
  4. Apply migrations and run the server:
    python manage.py migrate
    python manage.py runserver

Notes

  • Intended for learning and experimentation.
  • Contributions and issues are welcome.

License

See LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages