Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersinno/scorinator
For code your summer job
https://github.com/andersinno/scorinator
Last synced: about 16 hours ago
JSON representation
For code your summer job
- Host: GitHub
- URL: https://github.com/andersinno/scorinator
- Owner: andersinno
- Created: 2020-02-11T07:45:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:33:01.000Z (about 3 years ago)
- Last Synced: 2024-03-26T18:22:40.428Z (8 months ago)
- Language: Python
- Size: 14.4 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop
## How to run Django
### Step 1: Make a virtual enviroment
Let's download 'venv'.
Open cmd-line in your's site's folder:
```
C:\my_project> python -m venv 'yours_venv_name'
```
### Step 2: Run virtual enviroment
For running venv write this command:
```
C:\my_project> python 'yours_venv_name'\Scripts\activate
```
Now your adress line shuld looks like:
```
('yours_venv_name')C:\my_project>
```
### Step 3: Installing Django
To install all requirement librarys:
```
pip install -r requirements.txt
```
### Step 4: Run server
For running server on your own machine:
```
python manage.py runserver
```
### Step last one:
Open the page 127.0.0.1:8000# Work Log
### Step 2
Created the static html file
### Step 1
Created the wireframe on the board