{"id":17017560,"url":"https://github.com/theonlynischal/class-ultimate-classof2020","last_synced_at":"2026-04-18T14:35:07.228Z","repository":{"id":133505150,"uuid":"107003078","full_name":"theonlyNischal/class-ultimate-classof2020","owner":"theonlyNischal","description":":anger: :heart: :green_heart: Classof2020: Django, Bootstrap, JQuery. Live @ --\u003e\u003e http://nischallalshrestha.pythonanywhere.com :purple_heart: :heart:","archived":false,"fork":false,"pushed_at":"2018-04-19T04:42:51.000Z","size":4018,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T15:38:52.178Z","etag":null,"topics":["bootstrap","django","python"],"latest_commit_sha":null,"homepage":"http://nischallalshrestha.pythonanywhere.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theonlyNischal.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-15T10:37:51.000Z","updated_at":"2018-05-13T17:07:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"2cb860ef-100d-4504-b7d0-97667646bf95","html_url":"https://github.com/theonlyNischal/class-ultimate-classof2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theonlyNischal/class-ultimate-classof2020","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theonlyNischal%2Fclass-ultimate-classof2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theonlyNischal%2Fclass-ultimate-classof2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theonlyNischal%2Fclass-ultimate-classof2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theonlyNischal%2Fclass-ultimate-classof2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theonlyNischal","download_url":"https://codeload.github.com/theonlyNischal/class-ultimate-classof2020/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theonlyNischal%2Fclass-ultimate-classof2020/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","django","python"],"created_at":"2024-10-14T06:36:56.495Z","updated_at":"2026-04-18T14:35:07.221Z","avatar_url":"https://github.com/theonlyNischal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"====================================\nQuick Installation Guide 2017-10-17\n====================================\n\n+++++++++++++++++++++++++++++++\nToo Quick Installation Process\n+++++++++++++++++++++++++++++++\nIf You had done this many times:\n#. Clone This Repo or Download As Zip By Cliking The Big Green Button.\n#. Activate Your Virtual Environment.\n#. Install All The Dependencies(Requirements.txt)\n#. Change Directory To The Base Directory(where you could get manage.py)\n#. In Your Terminal(or Command Prompt)::\n\n    python manage.py collectstatic\n    python manage.py makemigrations\n    python manage.py migrate\n\n\n\n.. image:: /ultimatewebsite/media/our_member.png\n\n\n\nNow you can browse privately, and other people who use this device won’t see your activity. However, downloads and bookmarks will be saved. Learn more\n\n\nDetailed Installation Process\n++++++++++++++++++\nInstalling Python\n++++++++++++++++++\n\nThis is an django app. Django is written in 100% pure Python code, so you’ll need to install Python on your system. Django requires Python 2.3 or higher.\nIf you’re on Linux or Mac OS X, you probably already have Python installed.\n\nType python at a command prompt (or in Terminal). If you see something like this, then Python is installed::\n\n\n    \u003e python\n    Python 3.5.3 (default, Jan 19 2017, 14:11:04) \n    [GCC 6.3.0 20170118] on linux\n    Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n    \u003e\u003e\u003e \n\n\n\nOtherwise, if you see an error such as \"command not found\", you’ll have to download and install `Python`_ \n\n.. _Python: http://www.python.org/download/\nto get started. The installation is fast and easy.\n\n+++++++++++++++++++++++++++++++++++++++\nCreating an isolated Python environment\n+++++++++++++++++++++++++++++++++++++++\n\nA virtual environment (also called a virtualenv) is like a private box where we can stuff useful computer code into for a project\nwe're working on It is recommended that you use virtualenv to create isolated Python environments, so you can use different package versions for different projects, which is far more practical than installing Python packages system wide.\n\n++++++\nLinux\n++++++\n\nTo install virtualenv::\n\n    pip install virtualenv\n\nAfter you install virtualenv, create an isolated environment with the following command::\n\n    virtualenv myenvironment\n\nNote: Here **myenvironment** can by any valid name you like.\n\nNow, You created a virtual environment let's activate it:\n\nTo Activate::\n\n    source myenvironment/bin/activate\n\nCongratz, You created a new virtualenv.\n\n\n++++++++++++++++\nRequirements.txt\n++++++++++++++++\n\nThis file consist all the dependencies of this app, for eg: django, pytz, PIL etc. To install all the dependencies, just type::\n    \n    pip install -r Requirements.txt\n\nMake Sure You have **active internet connection**\n\nThis will install all the dependencies in your virtualenv. You can check this at site-packages folder of your virtualenv.\n\n=========\n\nNow, All our dependencies are fullfilled.\n\n#. In your terminal, Change Directory to the Base Directory of our website. i.e the folder which consist manage.py::\n\n    cd ultimatewebsite\n#. Then::\n\n    python manage.py collectstatic\n    python manage.py makemigrations\n    python manage.py migrate\n\n\n#. To Run The Server::\n\n    python manage runserver\n\n#. `Click Here To Check If All Things Are Ready`_ \n\n.. _Click Here To Check If All Things Are Ready: http://127.0.0.1:8000/members/\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheonlynischal%2Fclass-ultimate-classof2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheonlynischal%2Fclass-ultimate-classof2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheonlynischal%2Fclass-ultimate-classof2020/lists"}