this is a django applications for the researchers in algeria
# How to run it
> You need to create a virtualenv to install the requirement on it
```
virtualenv .venv
```
1. first clone it
```bash
git clone
github.com
```
2. get inside the main folder
```bash
cd django-algerian-researche-indicator
```
3. then install the requirements
```bash
pip install -r requirements.txt
```
4. Now run the server
```bash
python manage.py runserver
```
# Algerian Research Indicators
- [x] SIG dashboard
- [x] all roles dashboard
- [x] add filters
# pages
|Login Page|
|---|
| |
|Register page |
|-|
| |
|Dashboard level 1|
|-|
| |
|Dashboard level 2|
|-|
| |
|Dashboard level 3|
|-|
| |
|Dashboard level 4|
|-|
| |