Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,30 @@ Things to do :
Think !


## Getting Started
### Prerequisites
- python2.7
- virtualenv
### installing Prerequisites
```
$ sudo apt-get install virtualenvwrapper
```
### Creating Virtual Enviornment
* move to the project directory *

```
$ virtualenv -p /usr/bin/python2.7 env
$ source env/bin/activate
$ cd projdir
```
### installing project requirement
```
$ pip install -r requirement.txt
```
### Running Project
```
$ python manage.py migrate
$ python manage.py runserver
```


80 changes: 0 additions & 80 deletions env/bin/activate

This file was deleted.

42 changes: 0 additions & 42 deletions env/bin/activate.csh

This file was deleted.

74 changes: 0 additions & 74 deletions env/bin/activate.fish

This file was deleted.

34 changes: 0 additions & 34 deletions env/bin/activate_this.py

This file was deleted.

11 changes: 0 additions & 11 deletions env/bin/django-admin

This file was deleted.

5 changes: 0 additions & 5 deletions env/bin/django-admin.py

This file was deleted.

Binary file removed env/bin/django-admin.pyc
Binary file not shown.
11 changes: 0 additions & 11 deletions env/bin/easy_install

This file was deleted.

11 changes: 0 additions & 11 deletions env/bin/easy_install-2.7

This file was deleted.

34 changes: 0 additions & 34 deletions env/bin/markdown_py

This file was deleted.

11 changes: 0 additions & 11 deletions env/bin/pip

This file was deleted.

11 changes: 0 additions & 11 deletions env/bin/pip2

This file was deleted.

11 changes: 0 additions & 11 deletions env/bin/pip2.7

This file was deleted.

1 change: 0 additions & 1 deletion env/bin/python

This file was deleted.

Binary file removed env/bin/python2
Binary file not shown.
1 change: 0 additions & 1 deletion env/bin/python2.7

This file was deleted.

10 changes: 0 additions & 10 deletions env/bin/slugify

This file was deleted.

Loading