Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jendives2000/django_project_storefront
https://github.com/jendives2000/django_project_storefront
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jendives2000/django_project_storefront
- Owner: jendives2000
- Created: 2024-04-01T13:09:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T11:33:46.000Z (10 months ago)
- Last Synced: 2025-01-22T00:59:13.114Z (16 days ago)
- Language: Python
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHAT I LEARNT
This repo is the 2nd repo of the same project. The first repo got deleted because I started it with an Anaconda virtual environment, and once I had to introduce MySQL to the project, Anaconda turned out to be non-reliable. I knew Anaconda is more skewed toward Data science and ML but I had no idea it was reluctant toward MySQL.
Lesson learnt on my side.#### PROJECT DETAILS:
VENV Manager: pipenv
Python: v3.11
Database: MySQL + DataGrip---
## Title 1
text
---
## Introduction to MYSQL
Here I only just touched the surface of Databases. Installing MYSQL and DataGrip and creating a new database in DataGrip.
Why DataGrip? Just because the course I am following is using it. But MYSQL Workbench is an alternative (though less optimal, according to the course).---
## Title 3
Text
---
## How Well Did I do?
After I compared my code to the solutions:
- **exercise **:
TextGRADE: Text.
- **exercise **:
Text.- **exercise **:
#### Resources:
[Code with Mosh Online Course: Ultimate Django](codewithmosh.com/courses/the-ultimate-django-part1-1)
[DataGrip from Jetbrains](https://www.jetbrains.com/datagrip/download/download-thanks.html?platform=windows)
[MySQL](https://dev.mysql.com/downloads/windows/)