pc-specs is a service to saving your computer specifications.
- Сlone the repository to the selected folder
git clone https://github.com/next128/pc-specs.git
and go to the repository foldercd YOUR_FOLDER/pc-specs
- If you don't have python virtual environment, install it in repository folder:
python3 -m venv venv
- Connect venv
source venv/bin/activate
- Upgrade pip
pip install --upgrade pip
- Install requirements
pip install -r requirements.txt
- Apply Database changes
python3 manage.py makemigrations
and thenpython3 manage.py migrate
- Сlone the repository to the selected folder
git clone https://github.com/next128/pc-specs.git
- Open YOUR_FOLDER/pc-specs in your IDE (pycharm, for example)
- If you don't have python virtual environment, install it in repository folder:
python -m venv venv
- Set new venv in IDE (Add new interpreter -> then select venv/Scripts/python.exe)
- Upgrade pip
pip install --upgrade pip
- Install requirements
pip install -r requirements.txt
- Apply Database changes
python manage.py makemigrations
and thenpython manage.py migrate
- To run web-server
python manage.py runserver