winkidney
533c00a08c
feature: add seperated dev requirements
hace 2 años
winkidney
997fd9db7b
feature: add dev deps
hace 2 años
winkidney
1d3758b8f5
add requirements.txt as build deps
hace 2 años
Isaac Bythewood
3849ee8e5d
Swap to pipenv, fix issue with latest versions of python 3, dropping support for python 2
hace 6 años
Isaac Bythewood
78f1fbdb30
Remove unused requirement
hace 8 años
Isaac Bythewood
50ad4c6a89
Pinry breaks with Django 1.9, not allowing till fixed.
hace 8 años
Carl van Tonder
1114edc11a
Update to Django 1.8 and tastypie 0.12
Closes #38 , closes #88
hace 9 años
Sarah Bird
a942c289d9
Pin to latest version of django 1.5
Just a suggestion, so that users get the latest django security release (currently 1.5.9).
hace 10 años
Isaac Bythewood
a01975d47d
Use previous version of Django, not compatible with the latest 1.6 yet.
hace 11 años
Isaac Bythewood
14ce634afa
Starting working on the docs...
hace 11 años
Isaac Bythewood
a4f3adc2df
Updated requirements and other items in preps of new pinry version
hace 11 años
Isaac Bythewood
7ac128a643
Had to revert tastypie to a previous version due to some issues with
latest.
hace 11 años
Isaac Bythewood
50fd227d9f
Updated requirements to use original repos in many cases and pull
everything from pypi instead of pulling from git repos.
hace 11 años
Isaac Bythewood
f8d171b3ce
Update to latest requirements including official taggit
hace 11 años
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 ).
hace 11 años
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.
hace 11 años
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.
hace 11 años
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
hace 11 años
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
hace 11 años
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.
hace 11 años
Krzysztof Klimonda
57aefc7d97
Mock out Files using the commited screenshot.png file for tests
hace 11 años
Isaac Bythewood
258b5ecabf
Using Django on pypi since 1.5 has been released
hace 11 años
Krzysztof Klimonda
d2727aa12c
Use django-braces for CBV Mixins like LoginRequiredMixin
hace 11 años
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.
hace 11 años
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.
hace 11 años
Krzysztof Klimonda
cf816abcda
remove -e from the Django tarball url
-e should be used only with repositories apparently
hace 11 años
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.
hace 11 años
Isaac Bythewood
8e8bed0efa
Rewrite the display of recent pins without the use of third-party js libs
hace 11 años
Isaac Bythewood
3a65f0be21
Bump Django version for security fixes etc
hace 11 años
Isaac Bythewood
230a6e959f
Taggit implemented.
hace 12 años
Isaac Bythewood
34d327334a
Update django release.
hace 12 años
Isaac Bythewood
6927c770df
Add new compressor release removing git requirement.
hace 12 años
Isaac Bythewood
c46ef6d325
Use git pull of django_compressor.
hace 12 años
Isaac Bythewood
643224d575
Now using compressor and trying to fix test CSRF issue.
hace 12 años
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
hace 12 años
Isaac Bythewood
a178144da4
Removing the dependency of django-thumbs.
hace 12 años
Isaac Bythewood
8389462c80
Replacing PIL with Pillow, PIL seems to be dead is is having issues on newer systems, Pillow is it's continuation.
hace 12 años
Isaac Bythewood
c2fed86f4e
Cleaning up includes.
hace 12 años
Isaac Bythewood
10ffd90760
Now using tastypie for all our API needs.
hace 12 años
Isaac Bythewood
bd6647649a
Separating jenkins requirements and settings from the rest of the app.
hace 12 años
Isaac Bythewood
e7347d226b
Setting up jenkins depends, preping for writing tests.
hace 12 años
Isaac Bythewood
644184d0ad
Initial commit.
hace 12 años