https://github.com/code0wl/blog
A multi-user blog for Udacity
https://github.com/code0wl/blog
Last synced: about 1 year ago
JSON representation
A multi-user blog for Udacity
- Host: GitHub
- URL: https://github.com/code0wl/blog
- Owner: code0wl
- Created: 2016-07-18T10:28:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T06:43:59.000Z (almost 10 years ago)
- Last Synced: 2025-04-08T08:49:16.631Z (about 1 year ago)
- Language: Python
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#multi-user blog
To setup make sure you have Google App Engine SDK
Since we are running google app engine python 2.7 is a requirement.
Project is also running live on a google app free server
Here
Once you do, you may clone this repo and run the following command in a terminal in the root of your cloned repo
```
dev_appserver.py .
```