movingheart
movingheart
1. upgrade to latest stable version. 2. use rabc aim to set timezone on web page and run dag with custom parameters. 3. add user in script with user/password (airflow/airflow123)....
Some suggestions: 1. complete your doc about how to use, please give a example in scrapy; 2. this code have some bugs, eg. [https://github.com/movingheart/django_example/blob/master/QQ%E5%9B%BE%E7%89%8720160628005154.png](https://github.com/movingheart/django_example/blob/master/QQ%E5%9B%BE%E7%89%8720160628005154.png)
点击添加评论的时候,现在显示的是一行。改动一个地方(comments/forms.py)就可以显示文本域,注意看最后的Textarea: `from django import forms from .models import Comment class CommentForm(forms.Form): name = forms.CharField( label='Name', widget=forms.TextInput(attrs={'class': 'form-control', 'placeholder': 'Name'}) ) email = forms.EmailField( label='Email', widget=forms.TextInput(attrs={'class': 'form-control', 'placeholder': 'Email'}) ) content...
Some error message as: 2015-07-01 16:03:46+0800 [Launcher,7500/stderr] Traceback (most recent call last ): File "D:\Python27\lib\logging__init__.py", line 882, in emit stream.write(fs % msg.encode("UTF-8")) UnicodeDecodeError: 'utf8' codec can't decode byte 0xd3 in...
部署完了,没有样式,不知问题出在哪里? 1. 已执行完`python manage.py collectstatic` 2. nginx配置文件如下: `server { listen 80; server_name 1.1.1.1; root /data/pyblog_env/lbforum-site/; location /media/ { #如果你的media目录不在root里,可以配置 alias /path/to/your/mysite/media; } location /static/ { #如果你的static目录不在root里,可以配置 alias /path/to/your/mysite/static; alias /data/pyblog_env/lbforum-site/collectedstatic;...