Isaac Bythewood
a01975d47d
Use previous version of Django, not compatible with the latest 1.6 yet.
пре 11 година
Isaac Bythewood
14ce634afa
Starting working on the docs...
пре 11 година
Isaac Bythewood
a4f3adc2df
Updated requirements and other items in preps of new pinry version
пре 11 година
Isaac Bythewood
7ac128a643
Had to revert tastypie to a previous version due to some issues with
latest.
пре 11 година
Isaac Bythewood
50fd227d9f
Updated requirements to use original repos in many cases and pull
everything from pypi instead of pulling from git repos.
пре 11 година
Isaac Bythewood
f8d171b3ce
Update to latest requirements including official taggit
пре 11 година
Krzysztof Klimonda
a704cb7297
Pin factory-boy dependency on 1.3.x branch
Factory Boy 2.0 have removed the "extracted_key" keyword argument from
post_generation() hook. Until we can update tests to work with 2.0 make
dependency on 1.3.x branch. In turn, the update got stalled by a bug
in Factory Boy (https://github.com/rbarrois/factory_boy/issues/53 ).
пре 11 година
Krzysztof Klimonda
98c9df7d1d
Fix TastyPie version at 0.9.12
TastyPie 0.9.13 doesn't install (reported upstream at
https://github.com/toastdriven/django-tastypie/issues/873 ) so use
0.9.12 for now.
пре 11 година
Krzysztof Klimonda
98876bb0bd
Use requests library instead of raw urllib2
This commit is a foundation upon a more robust image fetching code
will be built in the future, and it already fixes at least one weird
issue I've seen.
пре 11 година
Krzysztof Klimonda
e0e0ac1679
Remove /by-md5/ prefix from image paths
Use forked django-images for now, until we can communicate with the
upstream about it. Fixes #4
пре 11 година
Krzysztof Klimonda
0cbd5bdaa1
re-enable asset compression with django_compressor
Finally had time to figure out the problem "caused" by django_compressor,
so we can no re-enable it. Fixes #3
пре 11 година
Krzysztof Klimonda
ef818b7f82
Rewrite tests to use a Model mocker library
There has been issues when running a full test suite (for pinry and
the entire Django stack), and test fixtures are hard to maintain anyway,
so rewrite tests to use a Model mocker library (Factory Boy) to populate
database.
пре 11 година
Krzysztof Klimonda
57aefc7d97
Mock out Files using the commited screenshot.png file for tests
пре 11 година
Isaac Bythewood
258b5ecabf
Using Django on pypi since 1.5 has been released
пре 11 година
Krzysztof Klimonda
d2727aa12c
Use django-braces for CBV Mixins like LoginRequiredMixin
пре 11 година
Isaac Bythewood
4e431e2a88
Refactor templates and and make includes for upcoming python file refactor into core and user. Also making templates easier to edit and read overall.
пре 11 година
Krzysztof Klimonda
d0a71244b5
Another major Pinry model rewrite
Generate thumbnail and standard image on request, and use
http://github.com/mirumee/django-images for generating them. Also,
remove the CreatePin page as pin creation is going to be done
in JavaScript. Create UploadImage view for uploading images from
computer.
пре 11 година
Krzysztof Klimonda
cf816abcda
remove -e from the Django tarball url
-e should be used only with repositories apparently
пре 11 година
Krzysztof Klimonda
35487b7c12
Update project dependencies and remove fixed versioning when not needed
The previous commit uses url syntax from Django 1.5, which is incompatible with earlier versions. Bump the Django version
and use the stable/1.5.x git branch until it's officially released.
пре 11 година
Isaac Bythewood
8e8bed0efa
Rewrite the display of recent pins without the use of third-party js libs
пре 11 година
Isaac Bythewood
3a65f0be21
Bump Django version for security fixes etc
пре 11 година
Isaac Bythewood
230a6e959f
Taggit implemented.
пре 12 година
Isaac Bythewood
34d327334a
Update django release.
пре 12 година
Isaac Bythewood
6927c770df
Add new compressor release removing git requirement.
пре 12 година
Isaac Bythewood
c46ef6d325
Use git pull of django_compressor.
пре 12 година
Isaac Bythewood
643224d575
Now using compressor and trying to fix test CSRF issue.
пре 12 година
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
пре 12 година
Isaac Bythewood
a178144da4
Removing the dependency of django-thumbs.
пре 12 година
Isaac Bythewood
8389462c80
Replacing PIL with Pillow, PIL seems to be dead is is having issues on newer systems, Pillow is it's continuation.
пре 12 година
Isaac Bythewood
c2fed86f4e
Cleaning up includes.
пре 12 година
Isaac Bythewood
10ffd90760
Now using tastypie for all our API needs.
пре 12 година
Isaac Bythewood
bd6647649a
Separating jenkins requirements and settings from the rest of the app.
пре 12 година
Isaac Bythewood
e7347d226b
Setting up jenkins depends, preping for writing tests.
пре 12 година
Isaac Bythewood
644184d0ad
Initial commit.
пре 12 година