Giter Club home page Giter Club logo

djangoblog_mark-2's Introduction

DjangoBlog_mark-2

This is Blog website created in Django

About

This is a simple project to practice Django. The idea was to create some basic blogging platforms.

It was built using Python 3.6 + Django and the database is SQLite. Bootstrap 5 was used for styling.

It includes a login and registration functionality.

The user has his own blog page, where he can add new blog posts and new categories. Can comment on each of the posts

Each authenticated user can like and dislike posts made by other users.

It is very easy to use

Features

  1. Font Hand user interface for Add Blog Posts and Categories
  2. Add new features easily
  3. Add new style easily and replace old style (style.css)

How to run

  1. Install requirements

    1.1  Python 3.6 above versions
    
    1.2  Django 3.1 above versions
    
    1.3 Pillow
    
    1.4 Django-ckeditor
    
  2. Default You can run the application from the command line with manage.py. Go to the root folder of the application.

    Run migrations:

    python manage.py migrate

    python manage.py runserver 8000

Django Admin

 .  Default  superUser is create
 
 .  Default Username ==> admin
 
 .  Default Password  ==> admin
 
 . Default Email address ==> [email protected]

It is possible to add an additional admin user who can login to the admin site. Run the following command:

python manage.py createsuperuser

Enter your choice username and press Enter

Username: admin_username 

You will then be prompted for your email address:

Email address: [email protected]  

The final step is to enter your desired password. You will be asked to enter your password twice, the second time as a confirmation of the first.

 Password: **********

 Password (again): *********

 Superuser created successfully.

Go to the browser and visit http://localhost:8000/admin

djangoblog_mark-2's People

Contributors

bhardwajamit0193 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.