Jeff Balogh
|
80ddd6798c
|
well, most of that was unnecessary
The unique_together with (id, locale) satisfies the FK index requirement.
|
2009-12-16 20:21:29 -08:00 |
Dave Dash
|
06d1c659f4
|
Cleaned up the fabfile.py
|
2009-12-16 16:22:06 -08:00 |
Dave Dash
|
5eeee4ea3b
|
Middleware that intercepts the URLs and makes sure we are following our standard URL layout /locale/app/*
|
2009-12-16 16:21:15 -08:00 |
Jeff Balogh
|
18edf9c359
|
getting tests working with innodb
We need some hacks in translations to get foreign keys and indexes going right.
|
2009-12-16 15:28:22 -08:00 |
Dave Dash
|
554fd32ae4
|
[bug 535307] Some suggested settings for settings.py, including setting InnoDB as a default
|
2009-12-16 10:45:09 -08:00 |
Jeff Balogh
|
688f263b1f
|
logging docs
|
2009-12-15 21:32:11 -08:00 |
Jeff Balogh
|
0be3537f78
|
it takes a village
|
2009-12-15 21:30:19 -08:00 |
Jeff Balogh
|
fdc6b7a1f9
|
put the install instructions first
|
2009-12-15 21:01:53 -08:00 |
Jeff Balogh
|
b2c42219d7
|
now we can all be lumberjacks
|
2009-12-15 15:55:57 -08:00 |
Jeff Balogh
|
93e774be22
|
docs for translations
|
2009-12-15 11:35:59 -08:00 |
Jeff Balogh
|
b2865bed51
|
watch for python file changes too
|
2009-12-15 11:35:36 -08:00 |
Jeff Balogh
|
64dec2c316
|
ignore .pyc and .swp files
|
2009-12-15 10:22:26 -08:00 |
Jeff Balogh
|
a2bbf57e8f
|
use TranslatedField and ModelBase
|
2009-12-15 10:22:26 -08:00 |
Jeff Balogh
|
6fdb9e3fcc
|
translations app
|
2009-12-15 10:22:20 -08:00 |
Jeff Balogh
|
d7fb4d0032
|
new testing requirements
|
2009-12-14 12:12:16 -08:00 |
Jeff Balogh
|
d0bf20a712
|
rename LegacyModel to ModelBase, add translation support
|
2009-12-10 13:20:59 -08:00 |
Jeff Balogh
|
ad6edf2403
|
adding a wsgi entrypoint
|
2009-12-09 14:34:02 -08:00 |
Jeff Balogh
|
9f9ae4f1fb
|
adding apps/__init__.py to trick nose into recursing into the app directories.
|
2009-12-04 21:52:32 -08:00 |
Jeff Balogh
|
51ac2311b7
|
moving templatetags/__init__.py to helpers.py
|
2009-12-04 15:14:15 -08:00 |
Jeff Balogh
|
1d5d6fbc28
|
100% test coverage for jingo
|
2009-12-04 14:59:29 -08:00 |
Jeff Balogh
|
565b1f579a
|
better docs
|
2009-12-04 14:58:09 -08:00 |
Jeff Balogh
|
7cb6b678cc
|
call them helpers; templatetags collides with django
|
2009-12-04 14:58:00 -08:00 |
Jeff Balogh
|
a95fa80391
|
using django-nose
|
2009-12-04 14:55:29 -08:00 |
Jeff Balogh
|
89e2cc6fac
|
documenting our hooks and a better way to run the server
|
2009-11-13 17:46:38 -08:00 |
Jeff Balogh
|
42d274e1a6
|
moving all the requirements to one place
|
2009-11-13 17:24:24 -08:00 |
Jeff Balogh
|
265e404f22
|
starting a django page
|
2009-11-08 20:06:41 -08:00 |
Jeff Balogh
|
f2bab1a000
|
fixing up headings
|
2009-11-06 22:33:06 -08:00 |
Jeff Balogh
|
660e30f9ae
|
sphinx page
|
2009-11-06 22:33:03 -08:00 |
Jeff Balogh
|
784b3b17bf
|
getting started page
|
2009-11-06 22:33:02 -08:00 |
Jeff Balogh
|
b613dab334
|
adding `make loop`
|
2009-11-06 22:33:02 -08:00 |
Jeff Balogh
|
a341a1efc0
|
script to watch a bunch of files and run a command if any changes are detected.
|
2009-11-06 22:32:35 -08:00 |
Jeff Balogh
|
1a9a2831ce
|
giving the install page a more appropriate title
|
2009-11-06 20:21:40 -08:00 |
Jeff Balogh
|
05f2ba9850
|
intersphinx mapping for Python, Django, Jinja, and Sphinx.
|
2009-11-05 18:32:34 -08:00 |
Jeff Balogh
|
056c421d89
|
ignore everything in _build
|
2009-11-05 18:24:37 -08:00 |
Jeff Balogh
|
45c8a76af8
|
installation docs
|
2009-10-23 11:56:19 -07:00 |
Jeff Balogh
|
891d004823
|
jingo docs
|
2009-10-23 11:10:08 -07:00 |
Jeff Balogh
|
dd763c3ba9
|
oh my, documentation!
|
2009-10-23 11:09:59 -07:00 |
Jeff Balogh
|
20dd03f781
|
better docs for the f filter
|
2009-10-23 11:05:00 -07:00 |
Jeff Balogh
|
092e91476a
|
just pass kwargs to HttpResponse
|
2009-10-23 11:04:48 -07:00 |
Jeff Balogh
|
3514ac694f
|
make translations cache-happy
|
2009-10-23 10:29:55 -07:00 |
Jeff Balogh
|
26d662ff7d
|
CachingManager, mostly from Mile Malone
http://github.com/mmalone/django-caching/blob/master/app/managers.py
|
2009-10-23 10:29:55 -07:00 |
Jeff Balogh
|
8f03a5892e
|
pip requirements if you want to write docs
|
2009-10-23 10:29:55 -07:00 |
Jeff Balogh
|
4d4764c05a
|
add the right packages independent of the cwd
|
2009-10-23 10:29:55 -07:00 |
Jeff Balogh
|
ecb2400e90
|
make the docstrings look better in reST
|
2009-10-23 10:29:55 -07:00 |
Jeff Balogh
|
0a8581ccae
|
pip requirements file
|
2009-10-23 10:29:55 -07:00 |
Jeff Balogh
|
87a006d00f
|
review_list view
|
2009-10-23 10:29:54 -07:00 |
Jeff Balogh
|
1b5105ed1a
|
.num-results needs a clearfix
|
2009-10-23 10:29:54 -07:00 |
Jeff Balogh
|
53e29bdef9
|
class="selected" helpers
|
2009-10-23 10:29:54 -07:00 |
Jeff Balogh
|
15d2bb3c87
|
pagination helpers
|
2009-10-23 10:29:51 -07:00 |
Jeff Balogh
|
6345dadcb1
|
propagate exceptions since django can't deal with jinja exceptions
|
2009-10-22 15:44:48 -07:00 |