معرفی شرکت ها


django-startcbv-0.2.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Management command to start an app with class-based views.
ویژگی مقدار
سیستم عامل -
نام فایل django-startcbv-0.2.3
نام django-startcbv
نسخه کتابخانه 0.2.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Audrey Roy
ایمیل نویسنده audreyr@gmail.com
آدرس صفحه اصلی http://github.com/audreyr/django-startcbv
آدرس اینترنتی https://pypi.org/project/django-startcbv/
مجوز MIT
=============== django-startcbv =============== Installation ------------ Add django-startcbv==0.1 to requirements.txt, then just:: pip install -r requirements.txt Usage ----- Create a base.html template in templates/base.html. It should contain a title and a content block, like this:: <html> <head> <title> {% block title %}{% endblock %} </title> <body> {% block content %}{% endblock %} </body> </html> Add the "startcbv" app to INSTALLED_APPS in settings.py:: INSTALLED_APPS = ( ... 'startcbv', ) For all of the following steps, replace "things" with the name of the app that you wish to create:: python manage.py startcbv things If you're done using startcbv, you can remove it from INSTALLED_APPS now; otherwise, leave it in to create more class-based view apps. Add your "things" app to INSTALLED_APPS in settings.py.:: INSTALLED_APPS = ( ... 'things', ) Add your "things" app URL pattern to urls.py:: url(r'^things/', include('things.urls')), Then:: python manage.py syncdb python manage.py runserver License ------- This code is licensed under the MIT License.


نحوه نصب


نصب پکیج whl django-startcbv-0.2.3:

    pip install django-startcbv-0.2.3.whl


نصب پکیج tar.gz django-startcbv-0.2.3:

    pip install django-startcbv-0.2.3.tar.gz