This is a simple django blog project.
- astroid==2.2.5
- colorama==0.4.1
- Django==2.1.7
- isort==4.3.15
- lazy-object-proxy==1.3.1
- mccabe==0.6.1
- pylint==2.3.1
- pytz==2018.9
- six==1.12.0
- typed-ast==1.3.1
- wrapt==1.11.1 You can also:
- Import and save files from GitHub, Dropbox
- Export documents as HTML and PDF
Dillinger uses a number of open source projects to work properly:
- [jQuery]
And of course BlogProject itself is open source with a [public repository][dill] on GitHub.
It requires v3.7+ to run. Clone project from github
$ git clone https://github.com/nayonacademy/BlogProject.git
Install virtualenvironment...
$ pip3 install virtualenv
Create virtualenvironment...
$ virtualenv -p python3 venv
Activate environemnt...
$ source venv/bin/activate
Run Project...
$ python manage.py runserver
- It's easy to understand the concept of a project
- Easy to contibute because it's a public repository
- Shariful Islam Nayon -- https://github.com/nayonacademy
- Shakil Ahmmed -- https://github.com/ShakilAhmmed
You can contribute in our project... If you have any problem create a issue please.....