README.md 1.65 KB

PYROS : Telescope control center software

VERSION 0.1 alpha


Project content:

- src/ : conteneur du projet (le nom est sans importance)
    - manage.py : utilitaire en ligne de commande permettant differentes actions sur le projet
    - pyros/ : the actual Python package of the project
        - settings.py : project settings and configuration
        - urls.py : déclaration des URLs du projet
        - wsgi.py : point d'entrée pour déployer le projet avec WSGI
    - pyrosapp/ : main application of the project
        - admin.py : comportement de l'application dans l'interface d'administration
        - apps.py : ?
        - models.py : déclaration des modèles de l'application
        - views.py : écriture des vues de l'application
        - tests.py : tests of the application

- database/ : database configuration and documentation

- doc/ : project documentation

- install/ : project installation howto

- private/ : the content of this folder is private and thus not commited to git ; it should contain your Python3 virtual environment

- public/ : this folder contains all public files like the web html files
    - static/

MAIN CHANGES (MILESTONES):

(For details, see complete list of commits : https://gitlab.irap.omp.eu/epallier/pyros/commits/master)

13/04/16 Version 0.1 (multi-platform easy install + start dashboard)

11/04/16 Scheduler class and tests complete (https://projects.irap.omp.eu/issues/3430)

04/04/16 Installable version (install script)