Skip to content

Commit

Permalink
init added and readme upadted
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSneo committed Nov 16, 2020
1 parent 53a592e commit 91009e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions green_cloud_computing/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
files
__psyche__
__init__.py
__pycache__
migrations
db.sqlite3
7 changes: 7 additions & 0 deletions green_cloud_computing/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Green Cloud Computing

## commands to run on local machine

1. python manage.py migrate
2. python manage.py makemigrations image_processing
3. python manage.py migrate image_processing
4. python manage.py runserver
Empty file.

0 comments on commit 91009e5

Please sign in to comment.