Advance market place website written in django :)
Online fashion store for wholesalers and retailers.
🗒 Note: This project does not have a shopping cart and wholesalers can register their order through WhatsApp.
- Market place
- Advance admin panel
- Multilanguage
- Multilayer filtering
- Advance category system
- Session-based favorite list (wish list)
- Newsletter
- News system
First you should make venv for this project. So in the main root of project you should type this command in your Terminal or Console:
python -m venv venv
Now you should activate your venv. So in the main root of project you should type this command in your Terminal or Console:
In Linux/macOS:source venv/bin/activateIn Windows:
venv/Scripts/activate.ps1
After activating venv you should install the requirements.txt packages. So type this command in your Terminal or Console:
pip install -r requirements.txt
First of all, please enter the following command in the Terminal or Console to make sure the project is configured correctly:
python manage.py check
You should see This message:
"System check identified no issues (0 silenced)."
If you see this message you should create your project database. So type this commands in Terminal or Console:
python manage.py makemigrations
python manage.py migrate
After creating the project database, you should run project. So type this command in Terminal or Console:
python manage.py runserver 4040
Now copy/paste this address in your browser URL bar:
http://127.0.0.1:4040/
For use the project first you should create a superuser. So type this command in Terminal or Console:
python manage.py createsuperuser
After creating a superuser you can login into your admin panels.
Advance admin panel login URL:
http://127.0.0.1:4040/en/account/login?next=/account/
Main admin panel (django admin panel) login URL:
http://127.0.0.1:4040/en/pico-style/login/?next=/en/pico-style/
To make full and practical use of PicoStyle, we are preparing a simple tutorial that you can see in the same repository wiki. PicoStyle Wiki