Django Stack Overflow is a web application that provides a platform for users to ask and answer questions on various topics related to programming, similar to the popular Q&A website, Stack Overflow.
This project is built with :
'https://github.com/BurhanMohammad/Django-Stackflow.git'
cd Django-Stackflow
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuserr
python manage.py runserver
python manage.py runserver
If you'd like to contribute to Django Stack Overflow, feel free to fork this repository and submit a pull request. For more information on contributing to the project, please check out Django's Git repository on GitHub.
-
Option 1
- π΄ Fork this repo!
-
Option 2
- π― Clone this repo to your local machine.
- Build your code π¨π¨π¨
- π Create a new pull request.