Skip to content

E-commerce Website with Django, HTMX, Typedjs, Flowbite & Tailwindcss.

Notifications You must be signed in to change notification settings

Ahmed-Abdelgawad-Dev/DigiStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

DigiStore Ecommerce

A full stack Ecommerce website made with Django, HTMX & Tailwindcss.

Database

SQLITE is used for dev, Postgres in production.

Schema

Start

source ./venv/bin/activate
  • Install the required packages for the project.
pip install -r requirements.txt
  • Migrate:
python manage.py migrate
  • create a user if needed or use (usr:admin - pwd:admin)
python manage.py createsuperuser
  • run the project
python manage.py runserver
  • Generate a secret key for Django if required
from django.core.management.utils import get_random_secret_key
print(get_random_secret_key())
  • Or use this one in your .env file
SECRET_KEY = djangooooooooo-insecure-$iq$%bv5n_u2pwgc_g$m2rt8+*ht%r6j@9+89g_f0w%y6fyi%^

About

E-commerce Website with Django, HTMX, Typedjs, Flowbite & Tailwindcss.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published