본문 바로가기

Develop

scrapy and django scrapy 에서 저장한 item을 장고의 db에 저장하는 방법scrapy에게 장고 프로젝트와 설정의 위치를 알려준다.sys.path.append('[project path]') os.environ['DJANGO_SETTINGS_MODULE'] = '[setting path]' ex) sys.path.append('/Users/harry/work/map') os.environ['DJANGO_SETTINGS_MODULE'] = 'map.settings' 더보기
두개 이상의 github 계정으로 작업하기 https://gist.github.com/jexchan/2351996 #acc1 Host github.com-acc1 HostName github.com User git IdentityFile ~/.ssh/id_rsa_acc1 #acc2 Host github.com-acc2 HostName github.com User git IdentityFile ~/.ssh/id_rsa_acc2 ✗ git remote -vorigingit@github.com-acc1:acc1/repo1.git (fetch)origingit@github.com-acc1:acc1/repo1.git (push)origingit@github.com-acc2:acc2/repo2.git (fetch)origingit@github.com-acc.. 더보기
Github 작업중일때. 한국시간으로 토요일 오후 9시지만, Github는 쉬네요.우리도 쉬라는 뜻이겠죠.https://github.com/ 더보기
matplotlib 설치하는 방법 더보기
Goverment agencies와 Github 의 만남. http://government.github.com/ 더보기
10월 13일 Django 오프라인 모임 # 10월 13일 Django 오프라인 모임 Selenium http://seleniumhq.org/ - Selenium-IDE - Selenium WebDriver Sikuli http://www.sikuli.org/ bpython ipython 더보기
드루팔 캠프 서울 2012 ### 드루팔 캠프 서울 2012# Structure - Views - Menu - Block - Taxonomy - Contents Type # Distributions - http://managingnews.com/ - http://openpublishapp.com/ - http://openatrium.com/ - http://developmentseed.org/ - http://pressflow.org/ # Study more - Over 750 Drupal Videos and Training! http://buildamodule.com/ - Learn Drupal & jQuery The Super Convenient Way! http://drupalize.me/ - http://www.lynda... 더보기
Ushahidi 설치하기 # Before web installing sudo a2enmod rewritesudo service apache2 restart /etc/apache2/sites-available Options Indexes FollowSymLinks MultiViews #AllowOverride None AllowOverride All Go to the root path of ushahidi sudo chgrp -R www-data . - Give permissions to write on each file.chmod -R 777 application/configchmod -R 777 application/cachechmod -R 777 application/logschmod -R 777 media/uploadsch.. 더보기

반응형