Skip to content

Repository files navigation

Ecommerce

Pen — Django E-commerce

A small Django-based e-commerce.

Quick start (development)

  1. Copy environment variables or create a .env.
  2. Apply migrations & compile messages:
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate && python manage.py compilemessages
  1. Create a superuser:
python manage.py createsuperuser
  1. Run the dev server:
python manage.py runserver

Notes

  • Default DB is SQLite at db.sqlite3. To use PostgreSQL set DB_ENGINE=postgresql and related vars.
  • Admin interface is customized using django-unfold.

License

  • No license specified.

About

Django E-commerce

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages