Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbuchholz/flug-dk
website project for flug.dk
https://github.com/chrisbuchholz/flug-dk
Last synced: about 1 month ago
JSON representation
website project for flug.dk
- Host: GitHub
- URL: https://github.com/chrisbuchholz/flug-dk
- Owner: ChrisBuchholz
- Created: 2011-09-27T06:54:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-08T05:21:13.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T08:41:53.791Z (over 1 year ago)
- Language: Python
- Homepage: http://flug.dk
- Size: 806 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website project source for http://flug.dk
=========================================## Required software
* Python 2.7
* PIL
* sass
* uglifyjs## Install
### Install the required python packages
`pip install django django-compressor django-articles gravatar mysql-python`
### Setup MySQL database
It is assumed that there is a MySQL instance running on *localhost* with user *root* requiring no password, and it is assumed that this MySQL instance has a database called *flug*. Change these details in *flug/settings_env.py*.
Run the following command and follow the instructions to create the Admin account.
`python flug/manage.py syncdb`