Daryl Antony

Results 4 issues of Daryl Antony

because pip hasn't installed django yet, which is referenced by the `django_faker/__init__.py` adding setup_requires as an 'abstract' dependency in addition to install_requires, as according to the documentation: "...projects listed in...

this isn't a great commit, however, it works to prevent an ImportError on a fresh `pip install -r requirements.txt` – important for scaling to new servers and getting local dev's...

I've discovered a case where pagination produces 'mulitple paginate navs' when paginating over a nested loop of objects. In my working case I have: ``` event_dates (datetime) events ('which fall...

Hi I'm getting the following error trying to do `mrt add angularjs` ``` Installing smart packages ✓ angularjs tag: https://github.com/lvbreda/Meteor_angularjs.git#v0.5.0 /usr/local/lib/node_modules/meteorite/lib/sources/git.js:151 hrow "There was a problem checking out " +...