Skip to content

a music platform on which artists can sign up and put up their albums for sale

License

Notifications You must be signed in to change notification settings

3RB16/django-training

Repository files navigation

django-training

a music platform on which artists can sign up and put up their albums for sale

Installation

install Python

  For windows - Download latest version from the official website: 
        https://www.python.org/downloads/

Run Locally

Clone django-training

  git clone https://github.com/3RB16/django-training.git

Go to the project directory

  cd django-training

install Virtual Enviorentment

  python -m venv env

Acitve Virtual Enviorentment

  env/Scripts/activate

Install poetry

  python -m pip install poetry

Install dependencies

  poetry install

Start the server

   python manage.py makemigrations
   python manage.py migrate
   python manage.py runserver

About

a music platform on which artists can sign up and put up their albums for sale

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published