-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion about first draft of tutorial #8
Comments
Hi Ola! Thanks! Awesome work:
Once more: great job! More comments after more careful reading/coding! Best, On 07/03/2014 11:12 AM, Ola Sitarska wrote:
|
Hi @lenarother Goal more visible - definitely, I even thought about it for a while but didn't write this down. A lot of content - we know :( we tried to cut down as much as possible, but that is really the hardest part. Before workshop we want to have everything installed (Python, pip, virtualenv, postgres) and we will ask girls to read How the Internet works and probably even what is Python + what is Django. Just simple theoretical things at home before the workshop. We didn't remove the text because we think it maybe later useful if they want to get back to the workshop. Or just people who will find this resource on the Internet and basically learn themselves. Thanks! ❤️ |
Wow, Nice work! I’ve only scanned through the materials but this looks amazing. I really like keeping introduction to Python short and simple, showing how to use bootstrap and that whole course should end up with deployment. From my experience the most difficult parts are setting up the environment quickly and the deployment part. As Python installation is covered decently, at the deployment chapter I miss ssh keys part. I can imagine the concept of ssh keys isn’t easy to grasp by someone who’s new to the programming so we should add some description how to create a keys pair for each platform. I have written description for OSX and it would be cool if someone can prepare similar notes for Windows/Linux. PR is here: #11 |
I read through the tutorial and took down some notes as I went:
Edit Removed the items tackled in #14 |
@bmispelon Thank you! Anyway, it would be much appreciated if someone could walk through the tutorial (I mean: code it with tutorial) and see if we have all bits correct. It is possible that we describe something in an incorrect order or made other mistakes. |
I have a 2h train ride ahead of me so I'll work on some of the points but I wanted to put this somewhere so I don't forget. Expect a pull request in a few hours. |
@bmispelon \o/ thank you! |
I did another start-to-finish read-through, where I also typed in the code and found a few other typos ( #17 ). I also found several more issues, some more serious than others. Should I just dump the whole list here or is it better to create individual issues? |
@bmispelon THANK YOU! I think maybe individual issues will be easier to discuss if needed :) |
You can preview tutorial here: http://asendecka.gitbooks.io/djangogirls-tutorial/
We would be super grateful for your feedback, pull requests and advice!
The text was updated successfully, but these errors were encountered: