Krish
Krish
I got following message in console log. My system is MBP Late 2011 (MacBookPro8,1), OS X 10.9 ``` 11/23/13 2:05:52.787 PM Sublime Text 2[509]: CoreText performance note: Client called CTFontCreateWithName()...
I have some issue with deploying in heroku. I got following error (Full error log is below at the end): ``` module.js:340 throw err; ^ Error: Cannot find module 'promise'...
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...
Encountered following during `./maange.py colllectstatic` UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 207: invalid start byte My Environment is: Django: 1.11 Python: 3.6 The file encoding is: $...