Skip to content

Commit

Permalink
[Chore #111855687] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Issa Jubril committed Jan 18, 2016
1 parent 3633c16 commit 372b8b6
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,39 @@ Djangogram is built with the following stack:

* [Django](https://www.djangoproject.com/) - Django makes it easier to build better Web apps more quickly and with less code.
* [Twitter Bootstrap](http://getbootstrap.com/) - Great UI boilerplate for modern web apps
* [jquery](https://jquery.com/) - The Write Less, Do More, JavaScript Library.


#### Installation

* [Jquery](https://jquery.com/) - The Write Less, Do More, JavaScript Library.
* [Pillow](https://github.com/python-pillow/Pillow/) - Pillow is the friendly PIL fork by Alex Clark and Contributors

#### Requirements
To install and run this application you need to have python installed on your system


### Installation
To install the build locally
```
$ git clone https://github.com/andela-ijubril/django-photo-application.git
$ cd django-photo-application
$ pip install -r requirements.txt
```
Set Up your environment key
```
$ touch .env.yml
$ echo 'SECRET_KEY="any-key-you-wish"
```
### Run your build
```
$ python django-photo-application/manage.py runserver --settings=settings.development
```

### Running the test
To run your test
```
$ python manage.py test
```
### Coverage
```
$ coverage run manage.py test
$ coverage report
Contributing
============
Expand Down

0 comments on commit 372b8b6

Please sign in to comment.