User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:58, 9 October 2019 (diff | hist) . . (+230) . . Queues (→Test for full)
- 15:56, 9 October 2019 (diff | hist) . . (+222) . . Stacks (→Quiz)
- 18:43, 7 October 2019 (diff | hist) . . (+306) . . Delete data from a model in Django (→template) (current)
- 18:21, 7 October 2019 (diff | hist) . . (+1,948) . . N Delete data from a model in Django (Created page with "=urls.py= Open your 'urls.py' file in the project folder. We will need to add a path to those currently on the 'urlpatterns', so add the path: <syntaxhighlight lang=python>...")
- 18:07, 7 October 2019 (diff | hist) . . (+43) . . Python (→Django)
- 10:14, 7 October 2019 (diff | hist) . . (+74) . . Python (→Django)
- 10:43, 6 October 2019 (diff | hist) . . (-532) . . Insert Update Delete sqlite queries
- 10:38, 6 October 2019 (diff | hist) . . (+554) . . N Select sqlite queries (Created page with "You need to ensure you have followed the tutorial to create a database connection. =Python Code= The 'create', 'update', 'insert', and 'delete' queries only require execution...") (current)
- 10:29, 6 October 2019 (diff | hist) . . (+1,926) . . N Insert Update Delete sqlite queries (Created page with "You will need to use the sqlite connection code from the previous page. You should add this method: <syntaxhighlight lang=python> def db_execute(conn, create_table_sql):...")
- 10:11, 6 October 2019 (diff | hist) . . (+1,624) . . N Enforcing unique model entries (Created page with "This will assume you have created the previous tutorial models of 'Review' and 'Products'. =the Meta section= You current 'Review' model should look something like this: <s...") (current)
- 10:00, 6 October 2019 (diff | hist) . . (+1,010) . . N Enforce login required for page (Created page with "=In the views.py= in the 'views.py' add the 'login_required' to the import: <syntaxhighlight lang=python> from django.contrib.auth.decorators import login_required </syntaxh...")
- 09:53, 6 October 2019 (diff | hist) . . (+37) . . Python (→Django)
- 09:50, 6 October 2019 (diff | hist) . . (+36) . . Python (→Django)
- 13:30, 3 October 2019 (diff | hist) . . (+1) . . Relating models in Django, ie Primary key to Foreign Key (→Register the Model)
- 11:28, 30 September 2019 (diff | hist) . . (+136) . . Abstract Data Structures (current)
- 11:26, 30 September 2019 (diff | hist) . . (+771) . . N Abstract Data Structures (Created page with "An abstract data structure is one that is not defined by how it is implemented, it is instead defined by its functions. ==What does this mean== An abstract data structure cou...")
- 11:19, 30 September 2019 (diff | hist) . . (+41) . . Section A AL (→Year 2)
- 09:43, 27 September 2019 (diff | hist) . . (+1) . . Create a sign up page in Django (→Register template) (current)
- 07:33, 27 September 2019 (diff | hist) . . (+520) . . Pico 8 (→Tutorials)
- 13:41, 26 September 2019 (diff | hist) . . (+148) . . Passing an integer through the url to make a product page (current)
- 13:39, 26 September 2019 (diff | hist) . . (+63) . . Passing an integer through the url to make a product page (→template)
- 13:38, 26 September 2019 (diff | hist) . . (-18) . . Passing an integer through the url to make a product page (→template)
- 13:30, 26 September 2019 (diff | hist) . . (+848) . . Passing an integer through the url to make a product page (→template)
- 13:21, 26 September 2019 (diff | hist) . . (+653) . . Passing an integer through the url to make a product page (→views.py)
- 13:15, 26 September 2019 (diff | hist) . . (+282) . . Passing an integer through the url to make a product page (→urls.py)
- 13:08, 26 September 2019 (diff | hist) . . (+202) . . Relating models in Django, ie Primary key to Foreign Key (→models.py)
- 12:05, 24 September 2019 (diff | hist) . . (+264) . . N Passing an integer through the url to make a product page (Created page with "We will make it so the product is passed through the url, and then used to display just that product. So we could use'/product/1' to display the produce with the id number of...")
- 11:58, 24 September 2019 (diff | hist) . . (+63) . . Python (→Django)
- 11:57, 24 September 2019 (diff | hist) . . (-162) . . Display data from a model in django (→individual product page) (current)
- 10:42, 18 September 2019 (diff | hist) . . (-95) . . Section D 2020 (→Simple Improvements)
- 09:45, 18 September 2019 (diff | hist) . . (+1) . . Section C 2020 (→Events)
- 09:45, 18 September 2019 (diff | hist) . . (+23) . . Section C 2020 (→Events)
- 09:35, 18 September 2019 (diff | hist) . . (0) . . Add data into a model in Django (→forms.py)
- 07:57, 18 September 2019 (diff | hist) . . (+927) . . Relating models in Django, ie Primary key to Foreign Key (→models.py)
- 07:51, 18 September 2019 (diff | hist) . . (+984) . . N Relating models in Django, ie Primary key to Foreign Key (Created page with "To complete this tutorial, you must have created a Product model in the previous tutorials. =models.py= Within your app folder, find the 'models.py' file and edit it, It shou...")
- 14:32, 17 September 2019 (diff | hist) . . (0) . . Display data from a model in django
- 14:32, 17 September 2019 (diff | hist) . . (+162) . . Display data from a model in django
- 14:25, 17 September 2019 (diff | hist) . . (+26) . . Add data into a model in Django (→views.py)
- 14:24, 17 September 2019 (diff | hist) . . (+74) . . Add data into a model in Django (→views.py)
- 14:13, 17 September 2019 (diff | hist) . . (+176) . . Add data into a model in Django (→views.py)
- 14:06, 17 September 2019 (diff | hist) . . (+124) . . Add data into a model in Django (→addproduct.html)
- 14:04, 17 September 2019 (diff | hist) . . (+325) . . Add data into a model in Django (→addproduct.html)
- 14:02, 17 September 2019 (diff | hist) . . (+6) . . Add data into a model in Django (→urls.py)
- 14:01, 17 September 2019 (diff | hist) . . (+212) . . Add data into a model in Django (→urls.py)
- 13:58, 17 September 2019 (diff | hist) . . (+51) . . Add data into a model in Django (→views.py)
- 13:57, 17 September 2019 (diff | hist) . . (+277) . . Add data into a model in Django (→views.py)
- 12:05, 17 September 2019 (diff | hist) . . (+29) . . Add data into a model in Django (→views.py)
- 12:03, 17 September 2019 (diff | hist) . . (+933) . . Add data into a model in Django (→forms.py)
- 11:58, 17 September 2019 (diff | hist) . . (+1,000) . . N Add data into a model in Django (Created page with "This will assume you have created a model for 'Products' from the previous tutorial. =forms.py= Within your app folder you should have a file called 'forms.py', if you haven'...")
- 11:38, 17 September 2019 (diff | hist) . . (+62) . . Python (→Django)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)