User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:19, 29 April 2019 (diff | hist) . . (-265) . . m Python (Reverted edits by Admin (talk) to last revision by 000030906)
- 08:17, 29 April 2019 (diff | hist) . . (+488) . . Connecting MySQL to Flask Web App
- 09:58, 17 April 2019 (diff | hist) . . (-145) . . Python (→Web Apps)
- 09:45, 17 April 2019 (diff | hist) . . (+34) . . Python (→Web Apps)
- 23:14, 12 April 2019 (diff | hist) . . (+144) . . Creating a Django Web App (→Setup - Visual Studio with new template)
- 23:10, 12 April 2019 (diff | hist) . . (+21) . . Creating a Django Web App (→Setup - Visual Studio with new template)
- 23:09, 12 April 2019 (diff | hist) . . (+335) . . Creating a Django Web App (→Setup - Visual Studio with new template)
- 23:09, 12 April 2019 (diff | hist) . . (+14) . . N File:Template7.gif (current)
- 22:59, 12 April 2019 (diff | hist) . . (+184) . . Creating a Django Web App (→Setup - Visual Studio with new template)
- 22:59, 12 April 2019 (diff | hist) . . (+20) . . N File:Template6.gif (current)
- 22:56, 12 April 2019 (diff | hist) . . (+20) . . N File:Template5.gif (current)
- 22:53, 12 April 2019 (diff | hist) . . (+967) . . Creating a Django Web App (→Setup - Manually on Own Machine)
- 22:49, 12 April 2019 (diff | hist) . . (+25) . . N File:Template4.gif (current)
- 22:46, 12 April 2019 (diff | hist) . . (+23) . . N File:Template3.gif (current)
- 22:40, 12 April 2019 (diff | hist) . . (+29) . . N File:Template2.gif (current)
- 22:37, 12 April 2019 (diff | hist) . . (+17) . . N File:Template1.gif (current)
- 21:11, 12 April 2019 (diff | hist) . . (+165) . . Creating a Django Web App (→Setup - Visual Studio)
- 21:09, 12 April 2019 (diff | hist) . . (+162) . . Creating a Django Web App (→Setup - Manually on Own Machine)
- 21:07, 12 April 2019 (diff | hist) . . (+34) . . Python (→Django)
- 21:04, 12 April 2019 (diff | hist) . . (+78) . . Create table with sqlite
- 21:03, 12 April 2019 (diff | hist) . . (+1,674) . . N Create table with sqlite (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 create_table(conn, create_table_sql):...")
- 19:30, 12 April 2019 (diff | hist) . . (+96) . . Python (→sqlite databases)
- 19:27, 12 April 2019 (diff | hist) . . (-7) . . Create sqlite connection (current)
- 19:27, 12 April 2019 (diff | hist) . . (+778) . . N Create sqlite connection (Created page with "=Code= <syntaxhighlight lang=python> import sqlite3 from sqlite3 import Error def create_connection(db_file): """ create a database connection to a SQLite database """...")
- 19:11, 12 April 2019 (diff | hist) . . (+51) . . Python
- 18:57, 12 April 2019 (diff | hist) . . (-20) . . Python (→Django)
- 18:53, 12 April 2019 (diff | hist) . . (+20) . . Python (→Django)
- 17:53, 12 April 2019 (diff | hist) . . (+7) . . Set up Login System in Django (→Create a templates folder)
- 17:52, 12 April 2019 (diff | hist) . . (+42) . . Set up Login System in Django (→Update settings.py)
- 17:51, 12 April 2019 (diff | hist) . . (+334) . . Set up Login System in Django (→Create a templates folder)
- 17:46, 12 April 2019 (diff | hist) . . (+9) . . N File:Templates 4.gif (current)
- 17:44, 12 April 2019 (diff | hist) . . (+10) . . N File:Templates 3.gif (current)
- 17:42, 12 April 2019 (diff | hist) . . (+9) . . N File:Templates 2.gif (current)
- 17:39, 12 April 2019 (diff | hist) . . (+102) . . Set up Login System in Django (→Update settings.py)
- 17:35, 12 April 2019 (diff | hist) . . (+1,972) . . Set up Login System in Django (→Update urls.py)
- 17:30, 12 April 2019 (diff | hist) . . (+18) . . N File:Templates 1.gif (current)
- 17:25, 12 April 2019 (diff | hist) . . (+519) . . N Set up Login System in Django (Created page with "=Update urls.py= You will need to add the following to your urls.py file: <syntaxhighlight lang=python> from django.contrib import admin from django.urls import path, includ...")
- 17:23, 12 April 2019 (diff | hist) . . (+35) . . Python (→Django)
- 16:30, 12 April 2019 (diff | hist) . . (+188) . . Creating a Django Web App (→Create an app)
- 16:29, 12 April 2019 (diff | hist) . . (+11) . . N File:Capture 11.gif (current)
- 16:25, 12 April 2019 (diff | hist) . . (+13) . . N File:Capture 10.gif (current)
- 16:22, 12 April 2019 (diff | hist) . . (+233) . . Creating a Django Web App (→Create an app)
- 16:03, 12 April 2019 (diff | hist) . . (+357) . . Creating a Django Web App (→Create an app)
- 16:03, 12 April 2019 (diff | hist) . . (+11) . . N File:Capture 8.gif (current)
- 16:01, 12 April 2019 (diff | hist) . . (+14) . . N File:Capture 7.gif (current)
- 15:59, 12 April 2019 (diff | hist) . . (+7) . . N File:Capture 6.gif (current)
- 15:57, 12 April 2019 (diff | hist) . . (+458) . . Creating a Django Web App (→Create an app)
- 15:55, 12 April 2019 (diff | hist) . . (+10) . . N File:Capture 5.gif (current)
- 15:51, 12 April 2019 (diff | hist) . . (+270) . . Creating a Django Web App (→Install Django)
- 15:47, 12 April 2019 (diff | hist) . . (-1) . . Creating a Django Web App (→Setup the Path)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)