Git Product home page Git Product logo

django_course_2024's Introduction

Django Course for beginners 2024 Repository

This repository contains the course materials and the final project for a Django-based course focused on web development. The course covers foundational to advanced Django topics, preparing students to build robust web applications.

Course Structure

Each directory in this repository represents a specific lesson in the Django course:

  • lesson1-IntroToDjango - Introduction to Django, its architecture, and its philosophy.
  • lesson2-DjangoSetup - Setting up Django environment and starting a new project.
  • lesson3-DjangoApp - Creating a Django app and understanding Django's app structure.
  • lesson4-MigrateSQLite3 - Database setup and migrations using SQLite.
  • lesson5-SQLiteShell-iPython - Working with the Django database using the SQLite shell and iPython.
  • lesson6-RenderHTMLTemplate - Rendering HTML templates and understanding Django's templating engine.
  • lesson7-AdminDashboard - Setting up and customizing the Django admin dashboard.
  • lesson8-StaticAssets - Managing static files like CSS, JavaScript, and images in Django.
  • lesson9-DjangoForms - Building forms using Django's forms framework.
  • lesson10-Authentication - Implementing authentication systems in Django apps.

Final Project: Inventory Management System

The final project is an inventory management system developed using the Django framework. This application allows users to manage stock, track inventory levels, and generate reports.

Features

  • Product Management: Add, edit, and delete product details.
  • Stock Tracking: Monitor stock levels, and receive alerts when restocking is needed.
  • Reporting: Generate and export reports related to sales, stock levels, and more.

Installation

To get this project running on your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/django_course_2024.git
  1. Navigate to the project directory:
cd djangocourse
  1. Activate the pipenv environment:
pipenv shell
  1. Install Django using pipenv:
pipenv install django

Usage

To use the inventory management system, navigate to http://localhost:8000 in your web browser after starting the server.

Contributing

Contributions to both the course materials and the final project are welcome. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Thank you and happy coding :-)

django_course_2024's People

Contributors

bekbrace 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.