PicoStyle - Advance market place website written in django

Related tags

Django PicoStyle
Overview

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
You might also like...
Hello world written in Django.

Learning Django 💡 create a virtual environment create python -m venv ./venv. this virtualenv file will be excluded by .gitignore activate the virtual

A small and lightweight imageboard written with Django

Yuu A small and lightweight imageboard written with Django. What are the requirements? Python 3.7.x PostgreSQL 14.x Redis 5.x FFmpeg 4.x Why? I don't

Automatic class scheduler for Texas A&M written with Python+Django and React+Typescript
Automatic class scheduler for Texas A&M written with Python+Django and React+Typescript

Rev Registration Description Rev Registration is an automatic class scheduler for Texas A&M, aimed at easing the process of course registration by gen

Advanced school management system written in Django :)
Advanced school management system written in Django :)

Advanced school management system written in Django :) ⚙️ Config the project First you should make venv for this project. So in the main root of proje

A simple REST API to manage postal addresses, written in Python/Django.

A simple REST API to manage postal addresses, written in Python/Django.

A clone of https://virgool.io written in django

Virgool clone A clone of virgool blog written in django Installation first rename the .env.sample to .env and fill it. with docker docker-compose up -

This website serves as an online database (hosted via SQLLite) for fictional businesses in the area to store contact information (name, email, phone number, etc.) for fictional customers.

Django-Online-Business-Database-Project this project is still in progress Overview of Website This website serves as an online database (hosted via SQ

A simple djagno music website.
A simple djagno music website.

Mrock A simple djagno music website. I used this template and I translated it to eng. Also some changes commited. My Live Domo : https://mrock.pythona

Meta package to combine turbo-django and stimulus-django

Hotwire + Django This repository aims to help you integrate Hotwire with Django 🚀 Inspiration might be taken from @hotwired/hotwire-rails. We are sti

Comments
  • TypeError at /en/account/

    TypeError at /en/account/

    Why when i want to go 'Advance admin panel login' gives an error:

    TypeError at /en/account/
    'int' object is not subscriptable
    

    or in terminal is:

    /PicoStyle/products/managers.py", line 26, in product_count
        if products["count"] is not None:
    TypeError: 'int' object is not subscriptable``
    
    opened by mohsensadegh 1
Owner
AminAli Mazarian
None-stack developer :) CIO at Coilaco
AminAli Mazarian
APIs for a Chat app. Written with Django Rest framework and Django channels.

ChatAPI APIs for a Chat app. Written with Django Rest framework and Django channels. The documentation for the http end points can be found here This

Victor Aderibigbe 18 Sep 9, 2022
A simple demonstration of how a django-based website can be set up for local development with microk8s

Django with MicroK8s Start Building Your Project This project provides a Django web app running as a single node Kubernetes cluster in microk8s. It is

Noah Jacobson 19 Oct 22, 2022
Learn Python and the Django Framework by building a e-commerce website

The Django-Ecommerce is an open-source project initiative and tutorial series built with Python and the Django Framework.

Very Academy 275 Jan 8, 2023
Website desenvolvido em Django para gerenciamento e upload de arquivos (.pdf).

Website para Gerenciamento de Arquivos Features Esta é uma aplicação full stack web construída para desenvolver habilidades com o framework Django. O

Alinne Grazielle 8 Sep 22, 2022
This is a personal django website for forum posts

Django Web Forum This is a personal django website for forum posts It includes login, registration and forum posts with date time. Tech / Framework us

null 5 May 12, 2022
An airlines clone website with django

abc_airlines is a clone website of an airlines system the way it works is that first you add flights to the website then the users can search flights

milad 1 Nov 16, 2021
An insecure login and registration website with Django.

An insecure login and registration website with Django.

Luis Quiñones Requelme 1 Dec 5, 2021
ProjectManagementWebsite - Project management website for CMSC495 built using the Django stack

ProjectManagementWebsite A minimal project management website for CMSC495 built

Justin 1 May 23, 2022
Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project

Django URL Shortener Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project Install this package to your Dja

Rishav Sinha 4 Nov 18, 2021
A web app which allows user to query the weather info of any place in the world

weather-app This is a web app which allows user to get the weather info of any place in the world as soon as possible. It makes use of OpenWeatherMap

Oladipo Adesiyan 3 Sep 20, 2021