Django Store it's an Academy Store selling courses
How to Run the Program:
-
Install Requirements First, make sure you have Python and pip installed on your system. Then, navigate to your project directory and install the required dependencies using pip: pip install -r requirements.txt
-
Set Up Virtual Environment
python -m venv env
env\Scripts\activate
source env/bin/activate
- Run the Django Server Once the dependencies are installed and the virtual environment is activated, you can run the Django development server: python manage.py runserver
This will start the development server locally. You can access the application at http://localhost:8000/
Modify settings.py as needed for database configuration, static files, etc.
Login Information The default username and password for accessing the platform are:
Username: admin Password: admin Sample Videos Currently, we have provided sample descriptive videos specifically for the Python project. These videos offer detailed explanations and insights to help you understand the project better.
Course Authors In addition to the sample videos, you can find information about the authors who have contributed to the courses. This includes their backgrounds, areas of expertise, and other relevant details.