Code Monkey home page Code Monkey logo

django-buzz's Introduction

Agiliq

This is all the code which powers agiliq.com.

A number of our apps are available at the agiliq.com site, and here via the requirements.txt

Some of our important apps we use are:

  1. Blogango at http://agiliq.com/blog/
  2. Merchant at http://agiliq.com/blog/
  3. Dinette at http://agiliq.com/demo/dinette/
  4. Graphos at http://agiliq.com/demo/graphos/

Patches are welcome and gratefully accepted, for this site and everything else on our Github.

How to use this

  1. Clone this repo.
  2. mkdir logs
  3. cp localsettings.example.py localsettings.py, add correct settings etc.
  4. pip install -r requirements.txt (You use virtualenv, right?)

Deployment

source deploy.sh

deploy.sh deploys the app to heroku and clears the cache.

This uses a custom multi buildpack. Heroku recommends using dj_static to serve static files, which we didn't like, so this is being served on gunicorn behind nginx. (Which is itself behind the heroku router, of course.)

django-buzz's People

Contributors

shabda avatar theju avatar tuxcanfly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

uswaretech

django-buzz's Issues

Package on pypi

django-buzz should be on Pypi and

easy_install and pip should work.

Fix encoding error

~/scripts$ /bin/bash /home/agiliq/scripts/pystories_fetchfeeds.sh
2011-10-17 07:03:11,984 - pystories.models - DEBUG - From settins LOG_FILE_NAME /home/agiliq/envs/agiliq_env/src/agiliqdotcom/agiliqcom/logging.conf LOG_FILE_PATH "/home/agiliq/envs/agiliq_env/src/agiliqdotcom/agiliqcom/logs/logs.txt"
2011-10-17 07:03:12,114 - dinette.models - DEBUG - From settings LOG_FILE_NAME /home/agiliq/envs/agiliq_env/src/agiliqdotcom/agiliqcom/logging.conf LOG_FILE_PATH "/home/agiliq/envs/agiliq_env/src/agiliqdotcom/agiliqcom/logs/logs.txt"
2011-10-17 07:03:12,114 - dinette.models - DEBUG - Models Compliing!dinette.models
http://django.es/blog/taller-de-introduccion-django-el-17-octubre-en-madrid/ Traceback (most recent call last):
File "fetchffeed.py", line 11, in
fmanager.triggerfetchFeed()
File "/home/agiliq/envs/agiliq_env/lib/python2.6/site-packages/pystories/services/EntryService.py", line 52, in triggerfetchFeed
self.fetchFeed(furl, topic)
File "/home/agiliq/envs/agiliq_env/lib/python2.6/site-packages/pystories/services/EntryService.py", line 106, in fetchFeed
print ne.url, ne.title, topic.slug
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 20: ordinal not in range(128)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.