Skip to content

Latest commit

 

History

History
72 lines (69 loc) · 1.88 KB

README.md

File metadata and controls

72 lines (69 loc) · 1.88 KB

DjBird -- Django Bird

Hello ..
DjBird is a simple Python-Django project. works on Python 2.7.6 and Django 1.8
You can create new account and start following other people. You have a simple timeline showing your username and your profile picture.
Also you can see numbers of tweets, followers and following.
You can show your tweet and you can delete it, Also you can like, dislike and reply on your tweet and other tweets. If this tweet has replies, it will be shown under it.
You can see list of users profiles and you can follow / unfollow them. Also if you clicked on any profile, you can see their info and updates.

This is still a beta version , so don't be sad if you see some bugs :D

And it will be great if you want to send me your comments on my email : [email protected]

Thank you for your time and enjoy using DjBird :)

  • On your workspace create new folder djbird and in this folder create a new env
$ virtualenv env
  • Then activate it :
$ source env/bin/activate
  • Install requirements .. just run
$ pip install -r requirements.txt    # (to install all requirements)
  • Clone latest version
$ git clone https://github.com/esl4m/myDjBird.git
  • Create mysql Database, from terminal login to mysql :
$ mysql --user=root --password=root

then create your database

$ create database dj_bird ;
  • Then :
$ python manage.py syncdb

(add the django admin user if you want)
or add it from here :

python manage.py createsuperuser
  • Run server :
$ python manage.py runserver 

To access the application .. type on your browser ``` $ 127.0.0.1:8000/myDjBird_app/ ```

Thank you for your time and enjoy using DjBird :)

  • Future work :
    ** In web version :
  • Add the timeline tweets.

    ** In Mobile version :
    ..