You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.