Giter Club home page Giter Club logo

django-twitter-clone's Introduction

Hi there!"👋

Welcome to my GitHub page!

I'm Redian Marku, also known as TopNotch Programmer on YouTube. I love building automation tools, web applications, and exploring various technologies like React, Python, and Django.
Check out my YouTube channel TopNotch Programmer where I share tutorials and projects related to software development and more!


Get in Touch

Feel free to connect with me on Contact Form or Online Booking.


Python Django React

django-twitter-clone's People

Contributors

aerabi avatar ashleyjr798 avatar dependabot[bot] avatar redianmarku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

django-twitter-clone's Issues

install requirements

version for some packages in requirements file is old. and you should update is file with remove version for packages

Error with environment setup

In the Readme on item 3 you say

  • Create a new python enveronment with:
python -m venv env

however this is rather vague, “venv” is not a valid function in python on Mac without first giving a dependencies / python version requirement list. It’s unclear if you’re using py2, 3 or even if you mean to use Virtualenv instead.
it would be useful if your READme was more specific in these areas, especially the next part of things...

what database does this program use? This is not specified either and without one, how can it be used in any meaningful way?

Problem in Like Button

Hello bro how are you. i hope you are fine. your application is awesome and working nicely. but i found an issue in the like button. whenever i want to like a tweet. the like button is working on the only recent tweet posted. and goes my like to another recent last tweet. i am trying to solve the issue. hope you will commit soon regarding the problem.

Issue in running "pip install -r requirements.txt" command

After following the program as it is and running the "pip install -r requirements.txt" command, receiving the following error:-


ERROR: Command errored out with exit status 1:
command: 'c:\users\user\appdata\local\programs\python\python39\env\scripts\python.exe' 'c:\users\user\appdata\local\programs\python\python39\env\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\USER\AppData\Local\Temp\pip-build-env-4mvergx_\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools >= 40.8.0' wheel 'Cython >= 3.0a5' 'cffi >= 1.12.3 ; platform_python_implementation == '"'"'CPython'"'"'' 'greenlet >= 0.4.17 ; platform_python_implementation == '"'"'CPython'"'"''
cwd: None
Complete output (29 lines):
Collecting setuptools>=40.8.0
Using cached setuptools-50.3.2-py3-none-any.whl (785 kB)
Collecting wheel
Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
Collecting Cython>=3.0a5
Using cached Cython-3.0a6-py2.py3-none-any.whl (1.0 MB)
Collecting cffi>=1.12.3
Using cached cffi-1.14.3-cp39-cp39-win_amd64.whl (179 kB)
Collecting greenlet>=0.4.17
Using cached greenlet-0.4.17.tar.gz (61 kB)
Collecting pycparser
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Using legacy 'setup.py install' for greenlet, since package 'wheel' is not installed.
Installing collected packages: setuptools, wheel, Cython, pycparser, cffi, greenlet
Running setup.py install for greenlet: started
Running setup.py install for greenlet: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\user\appdata\local\programs\python\python39\env\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\USER\AppData\Local\Temp\pip-install-pjq47p2m\greenlet\setup.py'"'"'; file='"'"'C:\Users\USER\AppData\Local\Temp\pip-install-pjq47p2m\greenlet\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\USER\AppData\Local\Temp\pip-record-gg91v1sz\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\USER\AppData\Local\Temp\pip-build-env-4mvergx_\overlay' --compile --install-headers 'C:\Users\USER\AppData\Local\Temp\pip-build-env-4mvergx_\overlay\include\site\python3.9\greenlet'
cwd: C:\Users\USER\AppData\Local\Temp\pip-install-pjq47p2m\greenlet
Complete output (5 lines):
running install
running build
running build_ext
building 'greenlet' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\user\appdata\local\programs\python\python39\env\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\USER\AppData\Local\Temp\pip-install-pjq47p2m\greenlet\setup.py'"'"'; file='"'"'C:\Users\USER\AppData\Local\Temp\pip-install-pjq47p2m\greenlet\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\USER\AppData\Local\Temp\pip-record-gg91v1sz\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\USER\AppData\Local\Temp\pip-build-env-4mvergx_\overlay' --compile --install-headers 'C:\Users\USER\AppData\Local\Temp\pip-build-env-4mvergx_\overlay\include\site\python3.9\greenlet' Check the logs for full command output.
WARNING: You are using pip version 20.2.3; however, version 20.2.4 is available.
You should consider upgrading via the 'c:\users\user\appdata\local\programs\python\python39\env\scripts\python.exe -m pip install --upgrade pip' command.

ERROR: Command errored out with exit status 1: 'c:\users\user\appdata\local\programs\python\python39\env\scripts\python.exe' 'c:\users\user\appdata\local\programs\python\python39\env\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\USER\AppData\Local\Temp\pip-build-env-4mvergx_\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools >= 40.8.0' wheel 'Cython >= 3.0a5' 'cffi >= 1.12.3 ; platform_python_implementation == '"'"'CPython'"'"'' 'greenlet >= 0.4.17 ; platform_python_implementation == '"'"'CPython'"'"'' Check the logs for full command output.

Please help me how to resolve this issue. I haven't changed anything in any of the files and was following the instructions as given. This is urgent and a quick response back with the solution is really appreciated.

Update Setup Steps

in case of facing error with python 3.8 and linux:

$ git clone https://github.com/redianmarku/Django-Twitter-Clone.git
$ cd Django-Twitter-Clone
$ python -m venv env
$ source env/bin/activate
$ sudo apt install libpq-dev python-dev
$ pip install psycopg2-binary
$ pip install -r requirements.txt
$ pip install djangoresetframework
$ python mamange.py makemigrations
$ python manage.py migrate 
$ python manage.py runserver

Permission for modifications

Sir, I am a python developer and your project seek my attention. I got some issues while setting up the environment and fulfilling the requirements but that was not the problem. However I think your project is awesome and need some modifications and addition of some new features. So, if you allow me I will use your resources and help in making V2. Thankyou

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.