mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
![]() For security reasons it's best practice to use parameters to pass values into SQL statements and not substitute them in as strings (with Django's database API the distinction is subtle, but we pass in the parameters in a second list parameter instead of using % to substitute them before passing the query in). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
||
---|---|---|
.. | ||
migrations | ||
static | ||
tools | ||
__init__.py | ||
admin.py | ||
apps.py | ||
context_processors.py | ||
models.py | ||
urls.py | ||
views.py | ||
wsgi.py |