Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's in cab_language table? #12

Closed
abhiomkar opened this issue Oct 27, 2011 · 1 comment
Closed

what's in cab_language table? #12

abhiomkar opened this issue Oct 27, 2011 · 1 comment

Comments

@abhiomkar
Copy link

Hi,

can someone please share the table records of cab_langauge?

Thanks!

@coleifer
Copy link
Contributor

[
  {
    "pk": 4,
    "model": "cab.language",
    "fields": {
      "file_extension": "html",
      "language_code": "html+django",
      "name": "HTML/template",
      "mime_type": "text/html",
      "slug": "django-template"
    }
  },
  {
    "pk": 2,
    "model": "cab.language",
    "fields": {
      "file_extension": "js",
      "language_code": "js",
      "name": "JavaScript",
      "mime_type": "text/javascript",
      "slug": "javascript"
    }
  },
  {
    "pk": 1,
    "model": "cab.language",
    "fields": {
      "file_extension": "py",
      "language_code": "py",
      "name": "Python",
      "mime_type": "text/x-python",
      "slug": "python"
    }
  },
  {
    "pk": 5,
    "model": "cab.language",
    "fields": {
      "file_extension": "sh",
      "language_code": "bash",
      "name": "Shell",
      "mime_type": "application/x-sh",
      "slug": "shell"
    }
  },
  {
    "pk": 3,
    "model": "cab.language",
    "fields": {
      "file_extension": "sql",
      "language_code": "sql",
      "name": "SQL",
      "mime_type": "text/x-sql",
      "slug": "sql"
    }
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants