I won't write here anymore
Why is that? Because I moved all the tech stuff to my new blog: just a tech stuff. If you want to read much more my tech articles - go there!
add this news to develway
My Own Tech Diary... my 'tech' life, troubles and solutions... for future use.
Why is that? Because I moved all the tech stuff to my new blog: just a tech stuff. If you want to read much more my tech articles - go there!
add this news to develway
First: install easy_install...
(some_path_to_python\Scripts directory)easy_install.exe lxml
add this news to develway
For me... three plugins for eclipse is enough...
add this news to develway
Download and run eclipse
Help -> Software Updates -> Available Software -> Add SiteRight click in explorer -> New -> ProjectSVN folder -> Checkout projects from SVN -> Next -> Create a new repository locationsvn+ssh://example.com/my_repo/
add this news to develway
How to build django on windows? Now I know.... it's really possible.
Start -> Run -> cmdcd Djano-xxxsetup.py installStart -> Run -> cmdmanage.py runserver 8080Labels: django, python, windows
add this news to develway