Skip to content

ThompsonShell/Metsenat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metsenat

Installation

To set up the project locally, follow these steps:

  1. Clone the repository

    git@github.com:ThompsonShell/Metsenat.git
    cd Metsenat
  2. Create a virtual environment

    python3 -m venv venv
    source venv/bin/activate # For Windows, use `venv\Scripts\activate`
  3. Install required packages

    pip install -r requirements.txt
  4. 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
  5. Apply migrations

    python manage.py migrate
  6. Create a superuser

    python manage.py createsuperuser
  7. 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.!!!"

About

About generosity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages