ojogal / Django-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Video

https://imgur.com/KkPRgM4

Requirements

Python 3.10.6
Django 4.1.7

Installation

Install the dependencies with pip install -r requirements.txt.
Create the database with python3 manage.py migrate.
Run the development server with python3 manage.py runserver.

Usage

Run the development server with python3 manage.py runserver.
Visit the application in your web browser at http://localhost:8000/.

About


Languages

Language:Python 72.4%Language:HTML 26.1%Language:Dockerfile 1.4%