Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohsensami/discuss


https://github.com/mohsensami/discuss

bootstrap django

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Django Discuss

- This is a django project developed by mohsensami

## You have to follow following steps to run this project

### 1. Run this command on your terminal

1. git clone https://github.com/mohsensami/discuss.git
2. cd discuss

### 2. Create virtual enviroment to install required libraries

1. pip install virtualenv
2. virtualenv venv
3. pip install -r requirements.txt

### 3. Run the project

1. python manage.py makemigrations
2. python manage.py migrate
3. python manage.py createsuperuser
4. python manage.py runserver

### 4. Access Admin Page

open this link on your browser `http://127.0.0.1:8000/`

- To Access Admin Page goto `http://127.0.0.1:8000/admin` and enter `username` and `password` of your superuser

### App Preview :


 



Home






Detail





Profile





Edit Profile