Skip to content

arvind-4/hello-world-in-django-render

Repository files navigation

Hello World Django app

🧰 Requirements

  • Python 3.12
  • uv (recommended for dependency management) but optional.

🚀 Setup Instructions

  1. Clone the repository
mkdir -p ~/Dev/django-project
cd ~/Dev/django-project
git clone https://github.com/arvind-4/hello-world-in-django-render.git .
  1. Create a virtual environment and install dependencies
uv venv
uv sync

Alternatively, If you are not using uv, run pip install -r requirements.txt -r requirements-dev.txt to install all dependencies at once.

  1. Run the project
uv run python manage.py runserver

About

A simple hello world app in django and postgres db!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published