Skip to content

kdanielyu/CODE2120

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 

Repository files navigation

CODE2120

Base Repo for 2120

How to make a virtual environment:

  • Run windows command from github desktop
  • execute the following code:
mkdir venv
cd venv
python -m venv myenv

where myenv can be anything (make it short to make things more conveniant down the line)

to run your virtual environment via cmd:

venv\myenv\scripts\activate

cmd will have (myenv) shown at the beginning of commands now

Hosting your django repo to python anywhere

Clone repo to PA

git clone https://github.com/<USERNAME>/<REPO NAME>.git
mkvirtualenv DJANGO --python=/usr/bin/python3.6

pip install django
python -m django --version
django-admin startproject mysite
tree

https://help.pythonanywhere.com/pages/FollowingTheDjangoTutorial

https://pypi.org/search/
https://pypi.org/project/pystl/

About

Base Repo for 2120

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%