Code Monkey home page Code Monkey logo

pcpo's Introduction

pcpo

USATU labs

Usage:

  • Clone repo
git clone https://github.com/Lomank123/pcpo.git
  • Setup and activate venv

    • Open cmd

    • Go to project root folder (root folder contains .gitignore and requirements.txt files)

    • Run:

    python -m venv path\to\root\folder\venv
    

    Notice that in the end there will be a name for your virtual env folder, python will create it automatically. My path to root folder: D:\Python\usatu\pcpo, so for me it'll look like this: python -m venv D:\Python\usatu\pcpo\venv

    • Activate with:
    path\to\root\folder\venv\Scripts\activate.bat
    

    (Run this command in cmd, not in PowerShell!)

    After activation your cmd will look like this:

    (venv) @ D:\Python\usatu\pcpo
    
  • Install the dependencies to your virtual env:

pip install -r requirements.txt
  • Go to /pcpo folder and run start.bat file
  • After migrations shut down the server with CTRL+C and run:
python manage.py createsuperuser

Then simply type dummy values and run server again with: start.bat

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.