Skip to content

Kucharito/Python-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog Project

This project is a simple blog application built with Django.
It allows you to create, manage, and display blog posts through a web interface.

🚀 Technologies Used

  • Python 3.x
  • Django 4.x
  • SQLite (default database)
  • HTML, CSS (templates and static files)

⚙️ Installation and Setup

  1. Clone the repository:

    git clone https://github.com/Kucharito/Python-Django.git
    cd Python-Django/DJANGOesteraz/blog
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate    # Linux/Mac
    venv\Scripts\activate # Windows
  3. Install dependencies:

    pip install django
  4. Run database 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/

📝 Features

  • User registration and blog post management
  • Display of blog posts on the homepage
  • Administration interface (Django Admin)

📸 Screenshots

Menu Login Menu employee Work records Admin panel

👨‍💻 Author

Created by Adam Kuchár

Developed as an exercise in the Django framework.

About

Simple blog application built with Django – create, manage and view posts, using SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages