Skip to content
/ myDjBird Public

DjBird is a simple Python-Django project. You can Create profile and start following your friends. Add tweets / replies / like / unlike and delete yours.

Notifications You must be signed in to change notification settings

esl4m/myDjBird

Repository files navigation

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 :
    ..

About

DjBird is a simple Python-Django project. You can Create profile and start following your friends. Add tweets / replies / like / unlike and delete yours.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published