src/README
author ymh <ymh.work@gmail.com>
Thu, 29 Jul 2021 16:46:20 +0200
changeset 207 c39d91bd16af
parent 37 5ce9218fb3e0
permissions -rw-r--r--
update dependencies and create new version

# IRINOTES backoffice

Back office for the IRINOTES application

## Installation

Please follow the command below to bootstrap the project

```shell
$ mkdir -p run/{db,log,web}
$ mkdir -p run/web/{media,static}
$ cp .env.tmpl .env
$ vi .env
$ mkvirtualenv -p `which python3` irinotes
$ cd requirements
$ pip install -r dev.txt
$ cd ..
$ python manage.py migrate
$ python manage.py collectstatic
$ python manage.py createsuperuser
$ python manage.py runserver

```

You can now visit the following url in your browser <http://127.0.0.1:8000> .

Admin interface is at <http://127.0.0.1:8000/admin>

## Usage

The following library have been used:
http://django-rest-auth.readthedocs.io/en/latest/index.html
https://django-allauth.readthedocs.io/en/latest/
http://getblimp.github.io/django-rest-framework-jwt/

Lancement serveur smtp python:
sudo python3 -m smtpd -c DebuggingServer -n localhost:25

## History

TODO: Write history

## Credits

TODO: Write credits

## License

TODO: Write license