pinax / pinax-starter-projects

Pinax Starter Projects
MIT License
82 stars 39 forks source link

@formatically The starter projects here are `django-admin startproject` templates, so you have to install Django first and pass the starter project as a template. #85

Open surya-github-2020 opened 3 years ago

surya-github-2020 commented 3 years ago

i have created and installed django in a local environment test space. the folder name is "projects" and ive created a folder inside for creating a web application. ive named the folder "WEB_BROWSER". ive created a class "a" to add some functionality and i tested it by printing hello world from that module. unfortunately im not able to connect to the local server .donno why. someone pls help. image image