Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohsensami/discuss
https://github.com/mohsensami/discuss
bootstrap django
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohsensami/discuss
- Owner: mohsensami
- Created: 2022-06-19T18:13:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T15:02:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T00:42:45.546Z (almost 2 years ago)
- Topics: bootstrap, django
- Language: Python
- Homepage: https://discuss.pythonanywhere.com/
- Size: 5.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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