{"id":14972690,"url":"https://github.com/mymi14s/django-project-starter-template","last_synced_at":"2025-10-26T19:31:55.634Z","repository":{"id":34711644,"uuid":"161235118","full_name":"mymi14s/Django-Project-Starter-Template","owner":"mymi14s","description":"A Django Template for creating basic webapp with features such as Authentication System, User Profile, etc. The Template can be used out of the box for any type of website/webapp","archived":false,"fork":false,"pushed_at":"2022-12-08T01:28:24.000Z","size":7266,"stargazers_count":19,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T23:05:44.888Z","etag":null,"topics":["django-framework","django-project"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mymi14s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-10T20:54:05.000Z","updated_at":"2024-01-08T13:34:49.000Z","dependencies_parsed_at":"2023-01-15T08:45:45.583Z","dependency_job_id":null,"html_url":"https://github.com/mymi14s/Django-Project-Starter-Template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mymi14s%2FDjango-Project-Starter-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mymi14s%2FDjango-Project-Starter-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mymi14s%2FDjango-Project-Starter-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mymi14s%2FDjango-Project-Starter-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mymi14s","download_url":"https://codeload.github.com/mymi14s/Django-Project-Starter-Template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"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":["django-framework","django-project"],"created_at":"2024-09-24T13:47:19.976Z","updated_at":"2025-10-26T19:31:53.673Z","avatar_url":"https://github.com/mymi14s.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django-Project-Starter-Template\n\"\"\"\u003cbr\u003e\nAuthor: Anthony C. Emmanuel\u003cbr\u003e\nTitle: Django Project Starter Template\u003cbr\u003e\nVersion: 1.0.0\u003cbr\u003e\nLanguage: Python 3.6\u003cbr\u003e\nDate: 07-12-2018\u003cbr\u003e\nLicense: 3-clause BSD\u003cbr\u003e\n\"\"\"\n\nA Django Template for creating basic webapp with features such as Authentication System, User Profile, etc.\nThe Template can be used out of the box for any type of website/webapp\n\u003ch1\u003e Screen Shots \u003c/h1\u003e\n\u003cfont align=\"center\"\u003e\n\u003cul\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mymi14s/mymi14s.github.io/master/index.png\" alt=\"\"/\u003e\n  \u003cbr\u003e\u003cimg src=\"https://raw.githubusercontent.com/mymi14s/mymi14s.github.io/master/Login_without_social_button.png\" width=\"250\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mymi14s/mymi14s.github.io/master/login_with_social_button.png\" width=\"250\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mymi14s/mymi14s.github.io/master/Signup.png\" width=\"250\"/\u003e\n  \u003cbr\u003e\u003cimg src=\"https://raw.githubusercontent.com/mymi14s/mymi14s.github.io/master/home.png\"/\u003e\n  \u003cbr\u003e\u003cimg src=\"https://raw.githubusercontent.com/mymi14s/mymi14s.github.io/master/profile.png\"/\u003e\n  \u003cbr\u003e\u003cimg src=\"https://raw.githubusercontent.com/mymi14s/mymi14s.github.io/master/admin.png\"/\u003e\n\u003c/ul\u003e\n\u003c/font\u003e\n\n\u003ch1\u003eLanguage Requirement\u003c/h1\u003e\n  - Python 3.6 (Minimum \u003e= 3.5)\n  - Django 2.1.4 (Minimum \u003e= 2.0)\n\n\u003ch1\u003eFeatures\u003c/h1\u003e\n\n+ Authentication System (Using Django Allauth)\n  - Login and Registration\n  - Social Auth\n  - Email Activation, Revocvery\n  - Password Change, Reset\n\n+ Profile System\n  - Custom User Model\n  - User Management and Profile\n  - Edit User Profile\n\n+ Bootstrap 4 Template System\n  - Landing Page\n  - Authentication\n  - Dashboard\n  - Global System Setting (Site name, site title, site email, site address, etc)\n\n+ Error Handler\n  - 404 Page not found\n  - 500 Server error\n\n+ Email System\n  - Email SMTP\n\n+ Database System\n  - MariaDb and MySQL\n  - SQLite\n\n+ Customizable\n  - Built for easy modification and custom editing\n\n\u003ch1\u003eHow to Use\u003c/h1\u003e\n\n+ Install Python3 and Virtual Environment\n  - Install Python3 from \u003ca href=\"https://www.python.org\"\u003ePython Software Foundation\u003c/a\u003e\n  - Create Virtual Environment\n    - $ mkdir django-starter \u0026\u0026 cd django-starter\n    - $ python3 -m venv myenv \u0026\u0026 source myenv/bin/activate\n\n+ Pull source from github\n  - $ git clone https://github.com/mymi14s/Django-Project-Starter-Template.git\n  - $ cd Django-Project-Starter-Template/src\n  - $ pip install -r requirements.txt\n\n+ Create SECRET_KEY, MIGRATIONS and SUPERUSER\n  - Generate SECRET_KEY at \u003ca href=\"https://www.miniwebtool.com/django-secret-key-generator/\"\u003eminiwebtool\u003c/a\u003e\n  - Edit core/settings.py line 36\n    - Change SECRET_KEY = '\u003cfont color=\"red\"\u003e9ea*4cwjzn@e9-qhsmkj^%94$8e$=0rgb@%6ort#9(sacs15ui\u003c/font\u003e' to new KEY\n\n  - Make Migrations\n    - $ python manage.py makemigrations user setting\n    - $ python manage.py migrate\n\n  - Create SUPERUSER\n    - $ python manage.py createsuperuser\n    - $ python manage.py runserver\n    - Open http://127.0.0.1:8000/admin/setting/setting/add/ and login\n    - Enter Site Information and click save\n    - Click on view site from the top menu. ENJOY\n\n+ OPTIONAL CONFIGURATION\n  - EMAIL Settings\n    - Open core/settings.py and edit with your detail on line 198 to 202\n\n      - EMAIL_USE_TLS = True\n      - EMAIL_HOST = 'Your SMTP'\n      - EMAIL_HOST_USER = 'YOUR EMAIL'\n      - EMAIL_HOST_PASSWORD = 'YOUR PASSWORD'\n      - EMAIL_PORT = 587\n\n  - Social Accounts\n    - Setup social buttons from core/settings.py from line 62  \n\n  - MYSQL Configuration requires Mysqlclient\n    - Visit \u003ca href=\"https://pypi.org/project/mysqlclient/\"\u003eMysql Client\u003c/a\u003e\n    - Use the instruction provided.\n    - Edit core/settings with your mysql database info from line 128.\n\n+ CREDITS\n  - Anthony N. Dorothy\n  - Pius A. Chukwuelue\n  - \u003ca href=\"https://github.com/pratikborsadiya/vali-admin\"\u003ePratik Borsadiya\u003ca/\u003e\n  - \u003ca href=\"https://colorlib.com/demo?theme=creative-agency\"\u003eColorLib\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmymi14s%2Fdjango-project-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmymi14s%2Fdjango-project-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmymi14s%2Fdjango-project-starter-template/lists"}