Skip to content

stark276/kfs-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KFS-School

Setup

$ git clone https://github.com/AcidicNic/KFS-School.git

To create a branch:

$ git switch -c branch_name

To switch to an existing branch:

$ git switch branch_name
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install -r requirements.txt
$ cd KFS_School
$ touch .env
  • Inside .env define your secret key like this:

  • SECRET_KEY=some_random_key

$ python3 manage.py runserver

Before Pushing

  • cd back into the root directory! (the one with README.md)

  • If you installed any pip packages:

  • Make sure you're using your virtualenv, then run:

$ pip3 freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published