django-ug


Namedjango-ug JSON
Version 4.2.41 PyPI version JSON
download
home_pagehttps://github.com/azataiot/django-ug
SummaryA high-level Python web framework that encourages rapid development and clean, pragmatic design.
upload_time2023-08-27 14:47:18
maintainer
docs_urlNone
authorDjango Software Foundation
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
Django
======

This repository contains a modified version of the Django web framework that includes support for the Uyghur language (ug) in all three scripts: Arabic, Latin, and Cyrillic.

Features
====================================

Full support for Uyghur language in Arabic, Latin, and Cyrillic scripts.
Includes translation files for all three scripts.
Compatible with Django 4.x versions.

Usage
====================================

To use the Uyghur language support in your Django project, update the LANGUAGE_CODE setting in your settings.py file to 'ug' for Uyghur in Arabic script, 'ug@latin' for Uyghur in Latin script, or 'ug@cyrillic' for Uyghur in Cyrillic script.

For example, to use Uyghur in Arabic script, add the following line to your settings.py file:

```
LANGUAGE_CODE = 'ug'
```


About Django
====================================

Django is a high-level Python web framework that encourages rapid development
and clean, pragmatic design. Thanks for checking it out.

All documentation is in the "``docs``" directory and online at
https://docs.djangoproject.com/en/stable/. If you're just getting started,
here's how we recommend you read the docs:

* First, read ``docs/intro/install.txt`` for instructions on installing Django.

* Next, work through the tutorials in order (``docs/intro/tutorial01.txt``,
  ``docs/intro/tutorial02.txt``, etc.).

* If you want to set up an actual deployment server, read
  ``docs/howto/deployment/index.txt`` for instructions.

* You'll probably want to read through the topical guides (in ``docs/topics``)
  next; from there you can jump to the HOWTOs (in ``docs/howto``) for specific
  problems, and check out the reference (``docs/ref``) for gory details.

* See ``docs/README`` for instructions on building an HTML version of the docs.

Docs are updated rigorously. If you find any problems in the docs, or think
they should be clarified in any way, please take 30 seconds to fill out a
ticket here: https://code.djangoproject.com/newticket

To get more help:

* Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people
  hang out there. See https://web.libera.chat if you're new to IRC.

* Join the django-users mailing list, or read the archives, at
  https://groups.google.com/group/django-users.

To contribute to Django:

* Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for
  information about getting involved.

To run Django's test suite:

* Follow the instructions in the "Unit tests" section of
  ``docs/internals/contributing/writing-code/unit-tests.txt``, published online at
  https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests

Supporting the Development of Django
====================================

Django's development depends on your contributions. 

If you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/azataiot/django-ug",
    "name": "django-ug",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Django Software Foundation",
    "author_email": "foundation@djangoproject.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/2c/4469399b4fc68bb94cffd36918089a41fb83af3471e51032ba365f0a4b58/django-ug-4.2.41.tar.gz",
    "platform": null,
    "description": "======\nDjango\n======\n\nThis repository contains a modified version of the Django web framework that includes support for the Uyghur language (ug) in all three scripts: Arabic, Latin, and Cyrillic.\n\nFeatures\n====================================\n\nFull support for Uyghur language in Arabic, Latin, and Cyrillic scripts.\nIncludes translation files for all three scripts.\nCompatible with Django 4.x versions.\n\nUsage\n====================================\n\nTo use the Uyghur language support in your Django project, update the LANGUAGE_CODE setting in your settings.py file to 'ug' for Uyghur in Arabic script, 'ug@latin' for Uyghur in Latin script, or 'ug@cyrillic' for Uyghur in Cyrillic script.\n\nFor example, to use Uyghur in Arabic script, add the following line to your settings.py file:\n\n```\nLANGUAGE_CODE = 'ug'\n```\n\n\nAbout Django\n====================================\n\nDjango is a high-level Python web framework that encourages rapid development\nand clean, pragmatic design. Thanks for checking it out.\n\nAll documentation is in the \"``docs``\" directory and online at\nhttps://docs.djangoproject.com/en/stable/. If you're just getting started,\nhere's how we recommend you read the docs:\n\n* First, read ``docs/intro/install.txt`` for instructions on installing Django.\n\n* Next, work through the tutorials in order (``docs/intro/tutorial01.txt``,\n  ``docs/intro/tutorial02.txt``, etc.).\n\n* If you want to set up an actual deployment server, read\n  ``docs/howto/deployment/index.txt`` for instructions.\n\n* You'll probably want to read through the topical guides (in ``docs/topics``)\n  next; from there you can jump to the HOWTOs (in ``docs/howto``) for specific\n  problems, and check out the reference (``docs/ref``) for gory details.\n\n* See ``docs/README`` for instructions on building an HTML version of the docs.\n\nDocs are updated rigorously. If you find any problems in the docs, or think\nthey should be clarified in any way, please take 30 seconds to fill out a\nticket here: https://code.djangoproject.com/newticket\n\nTo get more help:\n\n* Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people\n  hang out there. See https://web.libera.chat if you're new to IRC.\n\n* Join the django-users mailing list, or read the archives, at\n  https://groups.google.com/group/django-users.\n\nTo contribute to Django:\n\n* Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for\n  information about getting involved.\n\nTo run Django's test suite:\n\n* Follow the instructions in the \"Unit tests\" section of\n  ``docs/internals/contributing/writing-code/unit-tests.txt``, published online at\n  https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests\n\nSupporting the Development of Django\n====================================\n\nDjango's development depends on your contributions. \n\nIf you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A high-level Python web framework that encourages rapid development and clean, pragmatic design.",
    "version": "4.2.41",
    "project_urls": {
        "Documentation": "https://docs.djangoproject.com/",
        "Funding": "https://github.com/azataiot/django-ug",
        "Homepage": "https://github.com/azataiot/django-ug",
        "Release notes": "https://github.com/azataiot/django-ug",
        "Source": "https://github.com/azataiot/django-ug",
        "Tracker": "https://github.com/azataiot/django-ug"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c2c4469399b4fc68bb94cffd36918089a41fb83af3471e51032ba365f0a4b58",
                "md5": "e327d1c8ba93458d1fc11fd10acc694c",
                "sha256": "6ce02edaa0d5b824c35480768c0dfdcf35b130644e569480e672ec37501a2878"
            },
            "downloads": -1,
            "filename": "django-ug-4.2.41.tar.gz",
            "has_sig": false,
            "md5_digest": "e327d1c8ba93458d1fc11fd10acc694c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10410551,
            "upload_time": "2023-08-27T14:47:18",
            "upload_time_iso_8601": "2023-08-27T14:47:18.301069Z",
            "url": "https://files.pythonhosted.org/packages/6c/2c/4469399b4fc68bb94cffd36918089a41fb83af3471e51032ba365f0a4b58/django-ug-4.2.41.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-27 14:47:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "azataiot",
    "github_project": "django-ug",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "django-ug"
}
        
Elapsed time: 0.11152s