Skip to content

ragnar17/Cypherit-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypherit-Backend

  1. Create a virtual environment
    python -m venv myvenv
    Where myvenv is the name of your virtual env.

  2. Activate it.
    myvenv\Scripts\activate

  3. Install Django in virtual env
    python -m pip install django

  4. Run server
    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages