Welcome to readioweb, a Django-based web application. This guide will help you set up and run the project locally for development or testing purposes.
Make sure you have the following installed on your system:
- Python 3.8+
- pip (Python package manager)
- virtualenv (optional but recommended)
- Git
Follow the steps below to get the project running on your local machine.
git clone https://github.com/geniustechspace/radio_web.git cd readioweb
python3 -m venv venv
source venv/bin/activate
python -m venv venv venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver Visit the app in your browser:
You can also login to admin using 👉 http://127.0.0.1:8000/admin/