SkillAgentSearch skills...

Django

we will create "something" using jingo for the first time

Install / Use

/learn @amulla505/Django
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Django

we will create "something" using djingo for the first time omuk-potrika -- news -- blog       ... django-admin.py startproject helloworldproject helloworldproject/ manage.py helloworldproject/ init.py settings.py urls.py wsgi.py django-admin.py startapp helloworldapp helloworldapp init.py models.py tests.py views.py helloworldproject/ manage.py helloworldapp init.py models.py tests.py views.py helloworldproject/ init.py settings.py urls.py wsgi.py python manage.py runserver Validating models...

0 errors found May 27, 2013 - 00:29:33 Django version 1.5.1, using settings 'helloworldproject.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. django.httpfrom HttpResponseto ( import). from django.http import HttpResponse from django.http import HttpResponse

def index(request): return HttpResponse('Hello World! import helloworldapp.views url(r'^$', helloworldapp.views.index) from django.conf.urls import patterns, include, url import helloworldapp.views

urlpatterns = patterns('', url(r'^$', helloworldapp.views.index), )

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Security Score

55/100

Audited on Mar 2, 2025

No findings