AnkurRyder / Stylumia-Intern

Internship Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylumia-Intern

    Internship Project


This is a simple blog site which supports multiple user blogging.

The whole website is built on Django Framework which is in python.

User with account can read and write blogs , and user without account can only read blogs.

Website gives access to bloger to control the comments given by other users.

Make sure you have latest Django installed on your system to install run following command on your terminal.

pip install django

A temporary account has been created for testing purpose with following credentials

USER NAME : user1
PASSWORD : dontknow

alt text

alt text

To run the application simply download the files from github and go to parent directory.

Run command python manage.py runserver and enter url to the browser and start blogging((Latest version of Django should be installed)).

alt text

To create new account a user can go to parent url/admin and login with old credentials and add new user or create superuser with following command python manage.py createsuperuser and go on.

alt text

alt text

alt text
alt text

Database is on sqllite and implemnted in model.py file.

Application files are under blog folder.

Thank You

About

Internship Project


Languages

Language:Jupyter Notebook 85.2%Language:Python 11.7%Language:HTML 2.9%Language:CSS 0.2%