Skip to content

DKMFzF/to-do-run-django

 
 

Repository files navigation

To Do Run

pre-screen

This is an Information Security project. As a team, together with our classmates, we are making a web application in Django.

Documentation

Stack

  • Python
    • Django
  • SCSS
  • GLSL
  • JavaScript
    • Three.js
    • GSAP

Installation and launch

Cloning repository project

git clone https://github.com/skeiigi/ToDoRun.git

Going to the project directory

cd ToDoRun

Before running the scripts

You need to open Git Bash, find the repository ToDoRun using cd.

IMPORTANT (use "/")

D:/one/two/three/ToDoRun

Launch (automation)

chmod +x deployment-environment.sh
./deployment-environment.sh

In PowerShell (recommended for Windows)

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
.\deployment-environment.ps1

Launch and migration (manual)

Creating the viral environment

python -m venv venv  # windows
python3 -m venv myenv  # mac/linux

Activation the viral environment

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser  # if error
.\venv\Scripts\Activate.ps1  # windows poweshell
source myenv/bin/activate  # mac/linux

Downloading project dependencies

pip install -r requirements.txt

Start migration (manual)

cd src
python manage.py makemigrations
python manage.py migrate
cd ..

Start project

Script start

chmod +x project-app.sh
./project-app.sh

In PowerShell (recommended for Windows)

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
.\project-app.ps1

Manual start

cd src
python manage.py runserver

Authors

License

About

Креативный TODO календарь на Django

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 28.2%
  • SCSS 28.0%
  • JavaScript 19.2%
  • Python 19.1%
  • Shell 2.8%
  • PowerShell 1.3%
  • Other 1.4%