This django-application is specifically designed for discussing topics or anything related to programming. User can register or login simultaneously from this site and can create room from which She/He can choose topics of room for eg. Django,Python and name of room for eg. why is django so much popular? and the user can specifically comment on that room for eg. Django is popular due to its pragmatic design and ease of use. Other users can view this room and can message accordingly.
The user can also edit their rooms as well as their profile from settings.
Setup project environment with virtualenv and pip.
$ virtualenv project-env
$ source project-env/bin/activate
# You may want to change the name `projectname`.
$ git clone https://github.com/Saumya-ranjan/Discusser.git projectname
$ cd projectname/
$ cp settings_custom.py.edit settings_custom.py
$ python manage.py migrate
$ python manage.py runserver
- Users can create room of their own
- Other users can message in a room the user created.
- Simple logging setup ready for production envs.
I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.