- clone the repository
- create a virtual-environment like this -->
virtualenv .venv
- then active it -->
source .venv/bin/activate
- to deactivate it just use
deactivate
- to deactivate it just use
- install the requirements.txt
python -m pip install -r requirements.txt
- run the project
- python manage.py runserver
Hope you'll enjoy it!
-
Dockerizing -
Improve UI-UX
- Login
- Contact-us
- Blog
better responsivesignup/login
-
Article Publishement by User
- Users can Publish Articles
- Users can have a
Profile
-
Article-Detail
user can publish comment for Articlesuser can like or dislike ArticlesImage field for Articles
-
Contact us
- Maybe I'll change it and use
Modal
instead
- Maybe I'll change it and use
-
Logout
- logout will be complete soon ( after
User-profile
)
- logout will be complete soon ( after
and that's it! any suggestion would be nice, so, feel free to give me some advice :)
any contribution would be greatly appreciated.