rezadrakhshan / django-project

my best django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Projects Repository

Welcome to my Django projects repository! This repository contains a collection of my best Django projects. Feel free to explore, use, and modify the code.

Table of Contents

Description

This repository includes various Django projects demonstrating different features and functionalities of the Django framework. Each project is self-contained and serves as a practical example of Django development.

Installation

  1. Clone the repository:
    git clone https://github.com/rezadrakhshan/django-project.git
  2. Navigate to the project directory:
    cd django-project
  3. Create a virtual environment:
    python -m venv env
  4. Activate the virtual environment:
    source env/bin/activate
  5. Install the required dependencies:
    pip install -r requirements.txt

Usage

Each project can be run independently. To run a project, navigate to its directory and use the following command:

python manage.py runserver

Replace project_name with the name of the project you want to run.

Projects

Here are some of the projects included in this repository:

Project Name Description
Ecommerce An ecommerce website built with Django.
MyBlog A personal blog application.
Restaurant A restaurant management system.
Antique Cafe A website for an antique cafe.
Blogsite A blogging platform.
Movie Website (v2) A website to browse and review movies.
Petshop An online store for pet products.
Social Media A social media platform.
The Way Shop An online retail shop.
Todo App A simple todo list application.

Contributing

Contributions are welcome! If you have any improvements or new projects to add, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

my best django projects

License:MIT License


Languages

Language:JavaScript 71.6%Language:CSS 14.6%Language:HTML 6.6%Language:SCSS 5.6%Language:Python 1.4%Language:Less 0.1%Language:PHP 0.0%Language:Ruby 0.0%