django-kevin icon indicating copy to clipboard operation
django-kevin copied to clipboard

Heavily personalized fork of the project template from "Two Scoops of Django 1.6"

Results 11 django-kevin issues
Sort by recently updated
recently updated
newest added

Dear Kevin, I have been checking your django template and is great!. Thank you. But i have an small question related with the use of sudo in virtualenv. I noticed...

To fix the issued raised here: https://github.com/imagemin/imagemin/issues/129. Grunt-contrib-image 1.0.0 pumped imagemin's version to 4.0.0 which starts to work again.

Need to provision PostgreSQL on Heroku before running migrate or it will fail.

Add some documentation on how to use django-kevin under python 3. Closes https://github.com/imkevinxu/django-kevin/issues/5

`foreman run manage.py test` doesn't seem to find any tests.

All that changes is building the virtualenv with `--python=python3` and changing the runtime.txt with `echo "python-3.4.3" > runtime.txt`

When I try to launchctl start redis, it complains there is no such process: ``` $ launchctl start ~/Library/LaunchAgents/homebrew.mxcl.redis.plist launchctl start error: No such process ``` I saw `RunAtLoad` in...

I have questions. We put all apps in apps folder e.g. ``` apps myapp userapp sometaskapp ``` When we want to import models of myapp in userapp, we have to...