-
Notifications
You must be signed in to change notification settings - Fork 59
Code Organization
Bismita Guha edited this page Jul 10, 2020
·
2 revisions
This page will give you a general overview of OSP architecture. As any other Django project Portal organizes its functionality in several apps:
-
docs - contains the Postman collection
.jsonfile, which includes API docs and tests - main - includes settings and URLs for the whole application, list of all apps, default requirements and so on
- token_auth - showing and editing user personal profile.
- osp - contains the working of the forms and questions; and related models, serializers & views.
Each app along with models, views, URLs, and other app-related code (admin, utils) contains a folder with migrations and tests. The migrations are generated by Django and shouldn't be edited manually.
The frontend code for this application can be found here.
- Home
- AnitaB.org
- About AnitaB.org Open Source
- Getting Started
- How to Contribute
Documentation
- Project Requirements
- Setup and Install
- Development
- Database Design
- Initial Docs
- Main Concepts
- Future Ideas
GSoC Students