/blog-app

Blog App made in django

Primary LanguagePython

blog-app

Blog App made in django
--> open terminal in the root.
--> activate your environment if you are using any.
--> type "python manage.py createsuperuser " then enter what it asks.
--> type "python manage.py runserver" it should start the server on port 8000.
--> assuming you are starting the server locally with port 8000, go to "http://127.0.0.1:8000/admin/" in the browser and you
will be able to access the admin panel which comes by default with a django app.
--> Users can register, login and post on the app, users can also update their profile picture.
--> other users can see post of a particular user.
--> A user can update or delete the post later.