Skip to content

salisKingdoms/DjangoLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Django CRUD Learning Project

This is a simple CRUD (Create, Read, Update, Delete) application built with Django and PostgreSQL.

The main goal of this project is to learn the Django framework and practice integrating it with a PostgreSQL database. This project is purely for learning purposes and to demonstrate basic CRUD operations.

Features

  • Create, Read, Update, Delete records
  • PostgreSQL database integration
  • Simple web interface using Django templates

Technologies

  • Python 3.x
  • Django
  • PostgreSQL
  • HTML, CSS (for basic UI)

Installation

  1. Clone this repository:
    git clone https://github.com/salisKingdoms/DjangoLearn.git
    
  2. Create a virtual environment and activate it:
     python -m venv .venv
     .venv\Scripts\activate   # Windows
     source .venv/bin/activate  # Linux/Mac
    
    
  3. Install dependencies:
     pip install -r requirements.txt
    
    
  4. Run migrations:
    python manage.py migrate
    
    
  5. Start the development server:
    python manage.py runserver
    
    
  6. Open your browser and go to:
    http://127.0.0.1:8000/
    
    
    

Note

This project is for learning purposes only. It's a simple implementation to get familiar with Django and PostgreSQL.

Feel free to explore the code and learn from it! 🚀

About

Firstime for learn create CRUD with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published