Metsenat
Installation
To set up the project locally, follow these steps:
-
Clone the repository
git@github.com:ThompsonShell/Metsenat.git cd Metsenat -
Create a virtual environment
python3 -m venv venv source venv/bin/activate # For Windows, use `venv\Scripts\activate`
-
Install required packages
pip install -r requirements.txt
-
Configure Environment Variables Rename the .env.example file to .env and replace your_secret_key with your actual Django secret key, along with any other necessary environment-specific values:
SECRET_KEY=your_secret_key
-
Apply migrations
python manage.py migrate
-
Create a superuser
python manage.py createsuperuser
-
Run the project
python manage.py runserver
Usage
After starting the project, you can access the following URLs:
http://localhost:8000/ - Home page
http://localhost:8000/admin/ - Admin panel
"It is not good to move.!!!"