Skip to content

sozilum/django_diploma

Repository files navigation

Online Store

A template for an online store with fixtures for project testing. Project Setup Guide

  1. Install Dependencies

First, install Poetry if you don't have it already: bash

pip install poetry

Activate the virtual environment: bash

poetry shell

Install all project dependencies: bash

poetry install

  1. Set Up the Repository

Install Git (if not installed): bash

sudo apt install git

Initialize a Git repository and clone the project: bash

git init git clone <Your_Repository_URL>

Navigate to the project directory: bash

cd diploma

  1. Configure Data and Database

Load the initial data fixtures: bash

python manage.py loaddata fixtures/main_data.json

Apply Django migrations: bash

python manage.py migrate

  1. Install and Configure the Frontend

Install the frontend package: bash

pip install diploma-frontend-0.6_corrected.tar.gz

  1. Run the Project

Start the development server: bash

python manage.py runserver

Your project is now running and accessible at http://127.0.0.1:8000/. ```

Теперь ваш проект запущен и доступен по адресу http://127.0.0.1:8000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages