Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhiramr/django-sample-project

A sample minimal project to demonstrate what a Django Project looks like
https://github.com/abhiramr/django-sample-project

Last synced: 12 days ago
JSON representation

A sample minimal project to demonstrate what a Django Project looks like

Awesome Lists containing this project

README

        

# README

This app lets you cycle over random quotes by Alan Watts (a famous 1960s philosopher who championed stoicism and the ancient 'dao' philosophy of the Buddhists) from a static asset JSON file that can be updated to reflect appropriate changes.

- Clone this repository.
- Create a virtual environment using virtualenv or Anaconda and activate it.
- Install the requirements for the Django app using `pip install -r requirements.txt` .
- You can run the app using `python manage.py runserver` and access it at http://127.0.0.1:8000.
- It has also been hosted at https://limitless-coast-11574.herokuapp.com/

- PS : You might need to install `python3-devel` and `gcc`

`sudo apt update`

`sudo apt install python3-devel --fix-missing`

`sudo apt install gcc --fix-missing`

#### Sample output

![](https://github.com/abhiramr/django-sample-project/blob/master/sample_project/static/outputs/sample_output.gif)