This is a personal Django project built to learn Django
-
Clone the repository:
git clone https://github.com/Emaryllis/A-Django-Project.git cd A-Django-Project-master
-
Create a Virtual Environment:
py -m venv venv
-
Activate the Virtual Environment:
- On Unix/Linux:
source venv/bin/activate
- On Windows:
or
venv\Scripts\activate
./activate
- On Unix/Linux:
-
Install Dependencies:
pip install -r requirements.txt
-
Apply Migrations & Run the Development Server:
py manage.py migrate py manage.py runserver
or
./start-server
-
Access the Application: Open your web browser and go to http://localhost:8000/