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
For me... three plugins for eclipse is enough...
Download and run eclipse
Help -> Software Updates -> Available Software -> Add Site
Right click in explorer -> New -> Project
SVN folder -> Checkout projects from SVN -> Next -> Create a new repository location
svn+ssh://example.com/my_repo/
How to build django on windows? Now I know.... it's really possible.
Start -> Run -> cmd
cd Djano-xxx
setup.py install
Start -> Run -> cmd
manage.py runserver 8080
Labels: django, python, windows
add this news to develway