{"id":26556891,"url":"https://github.com/lordmitrii/student-progress-django","last_synced_at":"2026-02-28T10:01:45.264Z","repository":{"id":226207682,"uuid":"768052397","full_name":"lordmitrii/student-progress-django","owner":"lordmitrii","description":"Django app with a questionnaire feature. Collects student progress data via forms and stores it in a database.","archived":false,"fork":false,"pushed_at":"2025-04-26T07:41:11.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T15:49:18.631Z","etag":null,"topics":["css","django","html","python","sql","sqlite3","web"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/lordmitrii.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,"zenodo":null}},"created_at":"2024-03-06T11:35:02.000Z","updated_at":"2025-04-26T07:41:14.000Z","dependencies_parsed_at":"2024-03-06T12:44:38.732Z","dependency_job_id":"6fe23b7c-05a3-46fe-bfe0-248b17c94d68","html_url":"https://github.com/lordmitrii/student-progress-django","commit_stats":null,"previous_names":["inskyeee/django-project","lordmitrii/student-progress-django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lordmitrii/student-progress-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-progress-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-progress-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-progress-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-progress-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lordmitrii","download_url":"https://codeload.github.com/lordmitrii/student-progress-django/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-progress-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29929582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["css","django","html","python","sql","sqlite3","web"],"created_at":"2025-03-22T11:35:22.584Z","updated_at":"2026-02-28T10:01:45.222Z","avatar_url":"https://github.com/lordmitrii.png","language":"HTML","readme":"# Student Progress Tracker\n\n## Description\n\nThe Student Progress Tracker is a Django-based web application designed for educational institutions to collect and analyze student progress data. It offers a user-friendly interface for students to submit their progress, while administrators can access analysis tools to visualize and analyze the data.\n\n## Project Structure\n\n```plaintext\ndjango-project/\n├── Web/                           # Django project directory\n│   ├── __init__.py                # Initialization file\n│   ├── asgi.py                    # ASGI config for deploying with ASGI servers\n│   ├── settings.py                # Django settings file\n│   ├── urls.py                    # URL routing configuration\n│   └── wsgi.py                    # WSGI config for deployment\n├── main/                          # Django app directory\n│   ├── migrations/                # Directory for database migrations\n│   ├── static/                    # Directory for static files (CSS, JS, etc.)\n│   │   └── style.css              # Example CSS file\n│   ├── templates/                 # Directory for HTML templates\n│   │   ├── about.html             # HTML template for the \"About\" page\n│   │   ├── create.html            # HTML template for the data collection form\n│   │   ├── index.html             # HTML template for the homepage\n│   │   └── thankyou.html          # HTML template for the thank you page\n│   ├── __init__.py                # Initialization file\n│   ├── admin.py                   # Django admin configuration\n│   ├── apps.py                    # Configuration for the app\n│   ├── forms.py                   # Form definitions for the app\n│   ├── models.py                  # Database models for the app\n│   └── tests.py                   # Test cases for the app\n├── db.sqlite3                     # SQLite database file\n└── manage.py                      # Django's command-line utility for administrative tasks\n```\n\n## Installation\n\n1. Clone the repository: `git clone https://github.com/inskyeee/django-project.git`\n2. Navigate to the project directory: `cd django-project`\n3. Install dependencies: `pip install -r requirements.txt`\n4. Run migrations: `python manage.py migrate`\n5. Start the development server: `python manage.py runserver`\n\n## Usage\n\n- Visit the homepage to access the data submission form.\n- Administrators can access analysis tools through the admin panel (/admin) to visualize and analyze student progress data.\n\n## Contributing\n\nContributions are welcome! Follow the GitHub flow for making contributions.\n\n## License\n\nThis project is licensed under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordmitrii%2Fstudent-progress-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flordmitrii%2Fstudent-progress-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordmitrii%2Fstudent-progress-django/lists"}