Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 976 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 976 Bytes

Learno

Learno is an e-learning platform based on Django offer an easy way to learn a new programming language

Installation

Clone

Clone this repo to your local machine using :

$ git clone https://github.com/abderrahmaneMustapha/Learno.git

Setup

install requirements using

$ pip install -r requirements.txt

Team

Toumi Abderrahmane
FVCproductions
github.com/abderrahmaneMustapha

Contributing

  1. Fork it (https://github.com/abderrahmaneMustapha/Learno/fork)
  2. Create your feature branch (git checkout -b feature/featureName)
  3. Commit your changes (git commit -am 'Add feature')
  4. Push to the branch (git push origin feature/featureName)
  5. Create a new Pull Request