E-commerse Dental App
django-ecommerse-app
Dental e-commerce app built using the Django framework It allows users to browse and purchase dental products online, and the app provides a powerful interface for administrators to manage various aspects of the application, including products, orders, blogs, etc. It offers an easy-to-use dashboard with intuitive controls for performing administrative tasks efficiently.
https://ecommerse.denteca.az/admin
Several activities are restricted for the presentation.
username: admin
password: djangoadmin
python 3.7.7
django 4.2.1
django-mailjet
pillow
ckeditor
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Nijat Gurbanov
- Github: github.com/NikoFX
- Twitter: Nijat Gurbanov
- Linkedin: linkedin.com/in/nijat-gurbanov-dev
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request