This is basic app which shows daily news to a user build using Django Web Framework .
- python2.7
Run following commands in terminal
$ sudo apt-get install python
- python-pip
Run following commands in terminal
$ sudo apt-get install python-pip
-
Django and other requirements
$ pip install -r requirements.txt
-
Clone this repository
$ git clone https://github.com/fumblehool/updateme.git
-
Goto the project directory and run the following commands.
$ cd updateme $ python manage.py migrate $ python manage.py runserver 127.0.0.1:8090
-
Open 'localhost:8090/' in your browser.