Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

Django JSON डेटा को स्थिर getJSON/जावास्क्रिप्ट में पास कर रहा है

मुख्य html रेंडर + json डेटा

import json
from django.shortcuts import render

def startpage(request):
    platforms = Platform.objects.select_related().values('platformtype')
    return render(request, 'Main.html', {'platforms_as_json': json.dumps(list(platforms)),})

टेम्पलेट में

{{ platforms_as_json }}

एचटीएमएल और जेएस

<select id="platformList"></select>

<script>
    $.each({% autoescape off %}{{platforms_as_json}}{% endautoescape %}, function (index, item) {
        $('#platformList').append(
                $('<option></option>').val(item.platformtype).html(item.platformtype)
        )
    });
</script>

पुराना उदाहरणhttps://gist.github.com/leotop/014a38bd97407a6380f2526f11d17977



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. पायथन + MySQLdb निष्पादन कई

  2. क्या डैपर मोनो पर काम करता है?

  3. मल्टीथ्रेडेड वातावरण में लेनदेन को संभालना

  4. MySQL ODBC C# .NET प्रोजेक्ट में विफल रहता है लेकिन रनटाइम कंपाइल कोड नहीं

  5. अंतिम 3 वर्णों के अनुसार आदेश