Giter Club home page Giter Club logo

ceramica_site's Introduction

UA / EN

Сайт каталог керамічних виробів

Це проект сайту каталогу керамічних виробів, створений за допомогою Django для учбових цілей

Вміст

Особливості

  • Каталог продуктів: Створення, редагування, видалення розділів, підрозділів та виробів з детальною інформацією.
  • Адміністративна панель: Управління продуктами, категоріями та іншими даними.
  • Фронтенд: Створено з використанням Bootstrap 5 для адаптивного дизайну.
  • Імпорт-Експорт: Можливість імпортувати, в каталог, CSV файлу зі списком товарів та експорту CSV для подальшого створення прайсу.

Вимоги

  • Python 3.x
  • Django 3.x
  • SQLite (за замовчуванням)

Установка

  1. Клонуйте репозиторій:

    git clone https://github.com/MicZoloto/ceramica_site.git
    cd ceramica_site
  2. Створіть віртуальне середовище та активуйте його:

    python -m venv venv
    source venv/bin/activate   # на Windows: venv\Scripts\activate
  3. Встановіть залежності:

    pip install -r requirements.txt
  4. Застосуйте міграції:

    python manage.py migrate

Використання

  1. Запустіть сервер розробки:
    python manage.py runserver
  2. Відвідайте сайт за адресою http://127.0.0.1:8000/

Структура Проекту

  • ceramica/: Головна папка проекту Django.
  • templates/: HTML шаблони для рендерингу сторінок.
  • static/: Статичні файли (CSS, JS, зображення).
  • manage.py: Командний скрипт Django.

Ліцензія

Цей проект ліцензований під MIT License.



Ceramics Catalog Website

This is a project of a ceramics catalog website created using Django for educational purposes.

Contents

Features

  • Product Catalog: Create, edit, delete sections, subsections, and products with detailed information.
  • Admin Panel: Manage products, categories, and other data.
  • Frontend: Built using Bootstrap 5 for responsive design.
  • Import-Export: Import CSV files with product lists into the catalog and export CSV for price list creation.

Requirements

  • Python 3.x
  • Django 3.x
  • SQLite (default)

Installation

  1. Clone the repository:

    git clone https://github.com/MicZoloto/ceramica_site.git
    cd ceramica_site
  2. Create and activate a virtual environment:

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

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate

Usage

  1. Run the development server:
    python manage.py runserver
  2. Visit the site at http://127.0.0.1:8000/

Project Structure

  • ceramica/: Main Django project folder.
  • templates/: HTML templates for rendering pages.
  • static/: Static files (CSS, JS, images).
  • manage.py : Django command script.

License

This project is licensed under the MIT License.

ceramica_site's People

Contributors

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