Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danieldelahoz596/store-management-system
https://github.com/danieldelahoz596/store-management-system
django python
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danieldelahoz596/store-management-system
- Owner: danieldelahoz596
- Created: 2024-11-11T11:10:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:19:33.000Z (3 months ago)
- Last Synced: 2024-11-21T04:50:01.873Z (2 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 798 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-online-store
Django online storeTesting log in functionality:
For security purposes each person using this webapp needs to configure his/her own smtp settings, for now only an EMAIL_BACKEND using django console handles that, but
there are commented out lines in settigns.py waitign to be filled with proper data;IN ORDER TO TEST log in functionality: 1. register and account , log in to admin, set newly created account status to ACTIVE(it's default is INACTIVE),
from now on you can log in with a newly created account