First Try...

My first attempt at blogging...

myvideos starting point...

The skeleton/starting point for the little project i want to do with having a place to store and share my videos is started.

A basic structure was created, together with the supporting virtualenv based arounbd python3. A local git repository was created, and a initial basic .gitignore as been added, as well a readme.txt that for the moment tries to keep track of the different versions of the modules used for the development as well for production.

Started following the tutorial referred in the previous post, added the basic stuff for the setup and development environment, and also added the skeleton for unit and functional testing.

And tested running it using the pserve command include in the pyramid package and seems to display the skeleton pages correctly.