Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/open-source-uc/ramos-uc

Web platform for visualization and search of courses of Pontificia Universidad Católica. Built on the Django framework.
https://github.com/open-source-uc/ramos-uc

django puc python uc

Last synced: 3 months ago
JSON representation

Web platform for visualization and search of courses of Pontificia Universidad Católica. Built on the Django framework.

Awesome Lists containing this project

README

        

# RamosUC
Web platform for visualization and search of courses of Pontificia Universidad Católica.
Built on Django framework.

Currently running on [ramosuc.cl](https://ramosuc.cl/).

## Installation
Setup instructions [here](docs/SETUP.md), more documentation at [docs](docs/) folder. For convenience, a [devcontainer](https://code.visualstudio.com/docs/remote/containers) environment is included for VSCode users.

## Usage
After setup, run a local server with
```
python manage.py runserver
```

## License
[MIT](LICENSE)