{"id":22619181,"url":"https://github.com/misteio/djio","last_synced_at":"2026-04-18T15:33:03.262Z","repository":{"id":98823094,"uuid":"107319822","full_name":"misteio/Djio","owner":"misteio","description":"Another Django CMS","archived":false,"fork":false,"pushed_at":"2020-02-11T21:37:07.000Z","size":20340,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T11:48:00.290Z","etag":null,"topics":["cms","django","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misteio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-17T20:23:28.000Z","updated_at":"2017-11-02T20:56:34.000Z","dependencies_parsed_at":"2023-05-25T15:30:41.508Z","dependency_job_id":null,"html_url":"https://github.com/misteio/Djio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteio%2FDjio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteio%2FDjio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteio%2FDjio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteio%2FDjio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misteio","download_url":"https://codeload.github.com/misteio/Djio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246126663,"owners_count":20727594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","django","python"],"created_at":"2024-12-08T21:14:24.783Z","updated_at":"2026-04-18T15:33:03.209Z","avatar_url":"https://github.com/misteio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Djio\n===\n\nGetting Started With Docker\n---------------\n\n### Requirements:\nWe use  [Docker](https://docs.docker.com/engine/installation/) and [Docker Compose](https://docs.docker.com/compose/install/).\n#### Build Image\n    $ docker-compose build\n#### Mount Image\n    $ docker-compose up\nThen you can access to this application with : http://localhost\n\nYou can change port and host, by changing Nginx Configuration (config/nginx/djio.conf)\n  \nGetting Started Without Docker\n---------------\nTo get up and running, simply do the following:\n\n    $ git clone https://github.com/misteio/djio.git\n    $ cd website\n\n    # Install the requirements\n    $ pip install -r requirements.txt\n\n    # Perform database migrations\n    $ python manage.py makemigrations\n    $ python manage.py migrate\n    \n    # Collect static files\n    $ python manage.py collectstatic --noinput\n    \n    # Create User Admin for BackOffice\n    $ python manage.py createadmin\n    \n    # Launch app\n    $ python manage.py runserver\n\nThen you can access to this application with : http://localhost:8000\n\n**NOTE**: We highly recommend creating a [Virtual Environment](http://docs.python-guide.org/en/latest/dev/virtualenvs/). Python Virtual Environments allow developers to work in isolated sandboxes and to create separation between python packages installed via [pip](https://pypi.python.org/pypi/pip).\n\n\nPackage configuration and what you should know\n---------------\n\n#### Javascript Reverse URL\nWe use  [https://github.com/ierror/django-js-reverse](https://github.com/ierror/django-js-reverse).\n\nFor generate all your javascript URL for use it in another js file you have to:\n\n```\n$ ./manage.py collectstatic_js_reverse\n```\nSo you can use URL from Django like this :\n```\nUrls['namespace:betterliving-get-house']('house', 12)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisteio%2Fdjio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisteio%2Fdjio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisteio%2Fdjio/lists"}