https://github.com/pythad/django-pythad-site
Very basic implementation of personal site built with Django
https://github.com/pythad/django-pythad-site
Last synced: 7 months ago
JSON representation
Very basic implementation of personal site built with Django
- Host: GitHub
- URL: https://github.com/pythad/django-pythad-site
- Owner: pythad
- Created: 2016-01-02T21:11:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T08:26:32.000Z (over 10 years ago)
- Last Synced: 2025-01-11T02:04:11.699Z (over 1 year ago)
- Language: HTML
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo servers for some of [Google Code-in](https://developers.google.com/open-source/gci/) 2015 tasks for [FOSSASIA](http://fossasia.org/).
- Python/Django: Create an About me web app using Django
- Django: Send an email using django
[Demo](http://pythad-blog.herokuapp.com)
The site is a very basic implementation of personal site built on Django with use of [Bootstap clean blog theme](http://startbootstrap.com/template-overviews/clean-blog/)
To run it locally install all necessary requirements inside your virtualenv with
pip install -r requirements.txt
then you need to set `HOST_USER` and `HOST_PASSWORD` virtualenv variables so that mail server will work properly. You can do this with
export HOST_USER='example@example.com'
export HOST_PASSWORD='password_from_example@example.com'
and after this don't forget to set `DEBUG` level to `True` in `settings.py`
Screenshots:
###Landing page

###Contact form

###Admin interface with Ckeditor
