Changes between Initial Version and Version 2 of Ticket #21330


Ignore:
Timestamp:
Oct 25, 2013, 5:53:50 AM (11 years ago)
Author:
Daniele Procida
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21330 – Description

    initial v2  
    1919 
    2020from django.conf import settings
    21 from myapp.settings import *
     21from myapp.settings import DEFAULT_MYAPP_WIDTH
    2222 
    2323def view(request):
Back to Top