Skip to content

E-Commerce with bankcard bindings, multiple access rights and a mailing manager in development uses Python and the library Django. Written at the course "codingforentrepreneurs". Watch how you do logical blocks, you try to repeat them, you fix them and you check them.

Notifications You must be signed in to change notification settings

nikit34/eCommerce_Django

Repository files navigation

Online Clothing Store for Dolls

Setup environment

python venv venv

Install dependencies

pip install -r requirements.txt

Run migrations

./migrations.sh

Run unit tests (on example accounts.tests.test_models)

python manage.py test accounts.tests.test_models

Launch app

python manage.py runserver

About

E-Commerce with bankcard bindings, multiple access rights and a mailing manager in development uses Python and the library Django. Written at the course "codingforentrepreneurs". Watch how you do logical blocks, you try to repeat them, you fix them and you check them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published