PicoStyle


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.

⭐️ PicoStyle features

  • Market place
  • Advance admin panel
  • Multilanguage
  • Multilayer filtering
  • Advance category system
  • Session-based favorite list (wish list)
  • Newsletter
  • News system

⚙️ Config the project

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/activate


In 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
Configuration of project almost done.

? Run the project

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

Congratulations, you ran the project correctly ✅

Now copy/paste this address in your browser URL bar:

http://127.0.0.1:4040/

✅ Use the project

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/

⭐️ Now you can use all the features of PicoStyle.

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

Licensed by Coilaco

GitHub

View Github