Coder Social home page Coder Social logo

articles-site's Introduction

Django Article Website

Welcome to the Django Article Website! This project is a simple web application built with Django, a high-level Python web framework, to manage and display articles. The website was developed based on the instructional content from the YouTube tutorial series available at this link.

Static Badge Static Badge MIT License

Getting Started

  1. Clone the Repository:
  git clone https://github.com/saeedsh78/articles-site
  cd articles-site
  1. Create a Virtual Environment:
python -m venv venv
  1. Activate the Virtual Environment:
  • On Windows:
venv\Scripts\activate
  • On macOS/Linux:
source venv/bin/activate
  1. Install Dependencies:
pip install -r requirements.txt
  1. Apply Migrations:
python manage.py migrate
  1. Create a Superuser (Admin):
python manage.py createsuperuser
  1. Run the Development Server:
python manage.py runserver

Visit http://127.0.0.1:8000/ in your browser to explore the website.

  1. Admin Panel: Access the Django admin panel at http://127.0.0.1:8000/admin/ using the superuser credentials.

Features

  • Article Management:
    • Create, edit, and delete articles through the custom admin panel.
  • User Authentication:
    • Users can register, log in, and log out.
    • Reset Password: Allow users to reset their passwords through email verification
  • User Interaction::
    • Comment System: Registered users can leave comments on articles.
    • Article Views: Track the number of views for each article, providing insights into article popularity.
  • User Roles:
    • Identify Special Users: Designate certain users as "Special Users" with elevated privileges.

articles-site's People

Contributors

saeedsh78 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.