Ali Aliyev

Results 22 comments of Ali Aliyev

@blag I don't have any CITIES_ settings. import all returns migrations error: ``` python manage.py cities --import=all Importing countries: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████| 250/250 [00:00

+1 for this feature. it will be very useful

If you look for a purely async oauth2 implementation, there is aioauth: https://github.com/aliev/aioauth, and I'm working on it to resolve this issue. It is MIT-licensed, fully test-covered, and simple, and...

@blueyed may will be better add the debug option, which will disable/enable display the errors. for example: let g:htmldjango_omnicomplete_debug=0 " enable/disable errors

@blueyed @mjbrownie Hi, guys! :) It seems everyone have forgotten about this bug :)))

@blueyed I think it will be enough to turn off messages like: ``` .env/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:57: RuntimeWarning: SQLite received a naive datetime (2015-09-10 21:43:38.616467) while time zone support is active. RuntimeWarning) ```...

@blueyed oh: ``` import warnings warnings.filterwarnings('ignore', '.*', UserWarning, RuntimeWarning) ``` should be work

@blueyed for some reason these methods did not work for me: ``` import warnings warnings.filterwarnings('ignore') ``` and etc... so, Warning occurred in this part of the code ``` # Setup...

@blueyed @mjbrownie created PR: https://github.com/mjbrownie/vim-htmldjango_omnicomplete/pull/6