Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josiah-mbao/range_brothers
Fashion e-commerce website
https://github.com/josiah-mbao/range_brothers
Last synced: 21 days ago
JSON representation
Fashion e-commerce website
- Host: GitHub
- URL: https://github.com/josiah-mbao/range_brothers
- Owner: josiah-mbao
- Created: 2023-09-23T12:45:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T04:16:40.000Z (over 1 year ago)
- Last Synced: 2023-09-27T13:54:02.968Z (over 1 year ago)
- Language: Python
- Size: 39.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my clothing store web app. Welcome to Range Brothers.
This is what I consider my first "real" project. I am doing this
completely on my own accord and I predict it will be a helluva
journey making this. I don't imagine this journey has a destination,
but rather the journey itself is the destination. Let's get started!** Day 2 **
I have done a draft of what the homepage will look like. I like how
it looks but for sure, there's always room for improvement. Now, I am
setting up Django and making models for the website. I have elected to
use Django's in-built User model. First 2 days and I am happy with the
progress made so far:)** Day 3 **
So today I read up a bit on making models in Django but realised that I
need to properly plan my database structure before I start making the models.
So i will do this on paper and with other tools like lucid chart, before
getting to that part of the project.