Django for Designers/Laptop setup: Difference between revisions

no edit summary
imported>Paulproteus
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1:
== ActualSteps setupto guideget set up ==
 
=== Goal #1: Set up git ===
Line 22:
 
* [[/Windows text editor|Windows]]
* [[/Linux text editor|Linux]]
* [[/OSX text editor|OS X]]
* [[/Linux text editor|Linux]]
 
=== Goal #5: Prepare the workshop code, via git ===
Line 45:
# You can run ''git'' and see a help message (rather than "Command not found").
# You can run ''python'' in the command prompt.
# You have a text editor configured to use spaces to indent instead of tabs.
# You have done the ''git clone'' command to get the workshop code.
# You have a ''virtualenv'' where you have installed the workshop's dependencies.
 
== Setup guide, for instructors ==
 
* Provide a printed check-off sheet, and have TAs roam around and make sure students demo the check-off sheet
 
== Other things ==
 
* Give people a Django cheat sheet
 
== Asheesh questions ==
 
<pre>
 
Then enter:
$ git branch my-branch-1
 
</pre>
 
* Did you forget "git checkout"?
 
* TA guide should have instructions for addressing:
** If the student can't push during the Sharing section, and it is because they worked on local master, have them rename the branch
** do github in sharing
 
[[Django_for_Designers/Starting_our_project|Next page]]
* get some TAs
Anonymous user