Search results

Jump to: navigation, search
  • ...protocol allows remote access to a computer, this could be used to perform admin tasks on a server. You will only have command line access to the computer.
    8 KB (1,243 words) - 08:21, 23 August 2023
  • Now in the folder as the 'models.py' find the 'admin.py', if it doesn't exist you will need to create it. Add the following code from django.contrib import admin
    2 KB (375 words) - 11:18, 22 October 2020
  • With Django installed above, it should add django-admin into your scripts folder. We will use this to create a new Django app. But django-admin startproject myapp
    5 KB (784 words) - 12:45, 18 November 2020
  • =Running django-admin commands= To create an internal app you will need to run a django-admin command. you need to find the '''Open bash console here''' button:
    3 KB (518 words) - 15:09, 1 December 2020
  • ...ve created a django project by running the 'startproject' option of django-admin, it will create a folder which contains a file called 'urls.py'. This is th 'django.contrib.admin',
    4 KB (605 words) - 08:41, 11 September 2019
  • ....find('Scripts')]+"Scripts\python "+p[0:p.find('Scripts')]+"Scripts\django-admin.py" print('1: Django-admin')
    3 KB (438 words) - 10:51, 2 May 2019
  • ...oducts when you tested your model, if you haven't run the server and add '/admin' to the address.
    2 KB (369 words) - 12:57, 24 September 2019
  • Now in the same folder as the 'models.py' find the 'admin.py'. It should currently have this code: from django.contrib import admin
    3 KB (477 words) - 10:05, 16 December 2021