Giter Club home page Giter Club logo

mydjbird's Introduction

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

mydjbird's People

Contributors

esl4m avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

mydjbird's Issues

[Feature]fdfdf

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

[Feature] testing

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.