Still with the django tutorial. Interesting to understand how
certain transactions can be hacked... in effect, misdirected.
Below, my add a taks page will not go anywhere without a django
security token:
* * *
Tasks is an app within the lecture3 project. Currently, one can go from
a task list to a submit a task form, and back. All the views are html defined,
with CSS. All the programming logic is python. The modules are django,
written engirely with python: the imports and double curly brackets for
running functiond on variables...
Tomorrow's work: getting the tasks we submit added to the tasks list; creating a session
only available to an individual,user.
No comments:
Post a Comment