The Tanzania Programmer community website source
- Simplified code sharing
- Tech jobs in Tanzania
- Programming chat room
- Access to tech trends / A Tech Blog
- QNA forum
pip install -r requirements.txt
- For linux users
python src/manage.py runserver
- For windows users
python src\manage.py runserver
go to 127.0.0.1:8000 to view the site.
apps in the project
-
authapp
- for authentications
- [x] Register users - [x] Activate user via email - [x] Login users - [x] Password Reset / Forgotten password - [x] Change password
-
admin dashboard
- Administrative tasks - [x] list all users
-
blog app
- [x] create a blog - [x] blog comments - [x] comment replies
migration commands
python manage.py makemigrations && python manage.py migrate
for Tanzania from Tanzania