The Wayback Machine - https://web.archive.org/web/20191227044634/https://github.com/topics/django-framework
Skip to content
#

django-framework

django logo

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.

Here are 843 public repositories matching this topic...

ludenslabs
ludenslabs commented Jul 26, 2017

I loved the guide, it helped me a lot. However I was stuck quite some time on 9.i
I did not have my settings.py in the proj/proj/ folder but proj/proj/config/ leading to a hard to track error.
Maybe you could clarify in 9.1 that you should use the path to where settings.py (and celery.py) are located instead of just putting 'yourproject' In my case changing the value to yourproject.config fixed

sdnnet3
sdnnet3 commented Mar 4, 2019

NoReverseMatch

Reverse for 'cart_add' with arguments '('',)' not found. 1 pattern(s) tried: ['shop\/cart\/add/(?P<product_id>\d+)/$']

in cart details:
return redirect('cart:cart_detail')
def cart_detail(request):
cart = Cart(request)
for item in cart:
item['update_quantity_form'] = CartAddProductForm(initial={'quantity': item['quantity'], 'update': True})

gilgamezh
gilgamezh commented Jun 24, 2018
(...)
test_jobs_are_included_in_recent (community.tests.test_homepage.GetContextDataRecentKeyTests) ... ok                                                                      
test_news_are_included_in_recent (community.tests.test_homepage.GetContextDataRecentKeyTests) ... ok                                                                      
test_recent_is_a_list_with_at_most_10_items 
vnbang2003
vnbang2003 commented Oct 9, 2017

We should change functionality of reject button in case tutor is planning to drop workshop with less than 5 days from workshop.
This button should pop message "As workshop is planned less than 5 days , Request you to drop email to 'contact at pythonexpress dot in' so co-ordinator can do needful"

Created by Adrian Holovaty, Simon Willison

Released 21 July 2005

Repository
django/django
Website
www.djangoproject.com
Wikipedia
Wikipedia

Related Topics

python database crowdbotics
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.