Pen & Pixels is a minimilist Blogging WebApplication that is built on Django Framework.
- Profile Creation
- User's can Like Blogs
- User's can create and delete blogs.
- Drag and drop images into blogs.
Pen & Pixels uses a number of open source projects to work properly:
- [djangoproject.com] - python framework for building web applications!
- [bootstrap.com] - a free and open-source CSS framework!
Pen & Pixels requires python v9+ to run.
Install the dependencies and devDependencies and start the server.
pip install -r requirements.txt
Want to contribute? Great!
Pen & Pixels is open for Contribution. Make a change in your file and instantaneously see your updates!
Open your favorite Terminal and run these commands.
python manage.py runserver
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8000
MIT
Free Software, Hell Yeah!