Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhiramr/django-sample-project
- Owner: abhiramr
- Created: 2020-06-07T20:33:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:09:12.000Z (about 2 years ago)
- Last Synced: 2024-04-03T19:57:50.607Z (9 months ago)
- Language: Python
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)