--- a/ProjectDjango/Project.py Tue Mar 26 16:50:20 2013 +0100 +++ b/ProjectDjango/Project.py Wed Mar 27 09:22:59 2013 +0100 @@ -66,7 +66,7 @@ def initActions(self): """ - Public method to define the Pyramid actions. + Public method to define the Django actions. """ self.actions = [] @@ -849,7 +849,7 @@ Public method to build a django-admin.py command. @param cmd command (string) - @return full pyramid command (string) + @return full django-admin.py command (string) """ virtualEnv = self.__getVirtualEnvironment() if virtualEnv: