{"id":26237842,"url":"https://github.com/cognizance-amrita/cms","last_synced_at":"2026-03-10T14:34:42.222Z","repository":{"id":39827329,"uuid":"362879471","full_name":"cognizance-amrita/cms","owner":"cognizance-amrita","description":"Club Management System (CMS) is django-based web-app which is specially made for our club.","archived":false,"fork":false,"pushed_at":"2023-04-21T21:46:37.000Z","size":5211,"stargazers_count":1,"open_issues_count":8,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T22:02:53.374Z","etag":null,"topics":["bootstrap","cms","discord","django","hacktoberfest","jquery"],"latest_commit_sha":null,"homepage":"https://cognizance-cms.herokuapp.com/","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/cognizance-amrita.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":"2021-04-29T16:25:16.000Z","updated_at":"2023-04-23T15:44:41.000Z","dependencies_parsed_at":"2025-03-13T05:39:54.188Z","dependency_job_id":null,"html_url":"https://github.com/cognizance-amrita/cms","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cognizance-amrita/cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognizance-amrita%2Fcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognizance-amrita%2Fcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognizance-amrita%2Fcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognizance-amrita%2Fcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cognizance-amrita","download_url":"https://codeload.github.com/cognizance-amrita/cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognizance-amrita%2Fcms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30337306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","cms","discord","django","hacktoberfest","jquery"],"created_at":"2025-03-13T05:29:41.496Z","updated_at":"2026-03-10T14:34:42.191Z","avatar_url":"https://github.com/cognizance-amrita.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cognizance Club Management System (CCMS)\n[![Docker](https://github.com/cognizance-amrita/cms/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/cognizance-amrita/cms/actions/workflows/docker-publish.yml)\n[![Django CI](https://github.com/cognizance-amrita/cms/actions/workflows/django.yml/badge.svg)](https://github.com/cognizance-amrita/cms/actions/workflows/django.yml)\n[![CodeQL](https://github.com/cognizance-amrita/cms/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/cognizance-amrita/cms/actions/workflows/codeql-analysis.yml)\n\u003cbr/\u003e\nClub Management System (CMS) is django-based web-app which is specially made for our club. \n\n---\n\n## Installation Instructions\nThe portal is primarily a django based application, and to set it up we require to have \npython environment with django and other project dependencies installed. Though one can\nwork with the project without an virtual environment,  it is recommended to use one so \nas to avoid conflicts with other projects.\n\n0. Make sure that you have `Python 3`, `python-3-devel`, `gcc`, `virtualenv`, and `pip` installed.     \n1. Clone the repository\n\n    ```bash\n        $ git clone https://github.com/cognizance-amrita/cognizance_cms.git\n        $ cd cognizance_cms\n    ```  \n2. \n    a. Docker image (First option)  \n  \n    ```bash  \n        $ docker-compose build  \n        $ docker-compose up  \n    ```  \n\n    b. Create a python 3 virtualenv, activate the environment and Install the project dependencies. (Second option)  \n\n    ```bash\n        $ virtualenv -p python3\n        $ source bin/activate\n        $ pip3 install -r requirements.txt\n    ```   \n\nYou have now successfully set up the project on your environment. \n\n---\n\n### After Setting Up\nFrom now when you start your work, run ``source bin/activate`` inside the project repository and you can work with the django application as usual - \n\n* `python3 manage.py migrate` - set up database\n* `python3 manage.py createsuperuser` - create admin user\n* `python3 manage.py runserver`  - run the project locally\n\n*Make sure you pull new changes from remote regularly.*\n\n---\n### Contributors\n* [Sanjay](https://github.com/sanjay-thiyagarajan)\n* [Naresh Kumar](https://github.com/TechieNK)\n* [Tejendra Saradhi](https://github.com/tejas15802)\n* [Sanjai Siddharthan](https://github.com/SSpirate)  \n* [Mukesh](https://github.com/mukesh663)\n* [Pranavan](https://github.com/Techipeeyon)\n* [Abhinandhan S](https://github.com/STRIZERORTIX)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognizance-amrita%2Fcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcognizance-amrita%2Fcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognizance-amrita%2Fcms/lists"}