Learno is an e-learning platform based on Django offer an easy way to learn a new programming language
Clone this repo to your local machine using :
$ git clone https://github.com/abderrahmaneMustapha/Learno.git
install requirements using
$ pip install -r requirements.txt
Toumi Abderrahmane |
---|
github.com/abderrahmaneMustapha |
- Fork it (https://github.com/abderrahmaneMustapha/Learno/fork)
- Create your feature branch (
git checkout -b feature/featureName
) - Commit your changes (
git commit -am 'Add feature'
) - Push to the branch (
git push origin feature/featureName
) - Create a new Pull Request