Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an Index HTML file #4

Open
SameeranB opened this issue Oct 5, 2019 · 8 comments
Open

Create an Index HTML file #4

SameeranB opened this issue Oct 5, 2019 · 8 comments

Comments

@SameeranB
Copy link
Collaborator

SameeranB commented Oct 5, 2019

Create an HTML file named Index.html that has the following attributes:

Index.html:

  • Has a welcome slogan
  • Has the option to either Sign Up or Log In
  • Sign Up redirects to the URL name = signup and Log In redirects to the URL name = login

This file goes inside templates/Main directory

@dickyw71
Copy link
Contributor

dickyw71 commented Oct 5, 2019

@SameeranB I would like to work on this issue, but I am new to Python and following the Getting started steps in the project README I have a problem with step 1 $ pip install -r requirements.txt because there is no requirements.txt file in the project folder.
Any pointers to what I might be doing wrong or is a new issue needed to create the requirements.txt file too?

@SameeranB
Copy link
Collaborator Author

@SameeranB I would like to work on this issue, but I am new to Python and following the Setting started steps in the project README I have a problem with step 1 $ pip install -r requirements.txt because there is no requirements.txt file in the project folder.
Any pointers to what I might be doing wrong or is a new issue needed to create the requirements.txt file too?

Hey @dickyw71 , glad to know that someone is trying Python out. The absence of the requirements.txt was a mistake on our part, it has been resolved. Do check it out!

@dickyw71
Copy link
Contributor

dickyw71 commented Oct 5, 2019

Steps I have taken:

  1. I git cloned the project:
    git clone https://github.com/IEEE-VIT/Django_To_Do.git
  2. I created a new python 3.7 virtual env in a separate directory at the same level as the project directory thus:
mkdir Django_To_Do_env && cd Django_To_Do_env
python3 -m venv env
  1. I activated the new virtual environment with source Django_To_Do_env/env/bin/activate
  2. Then I ran pip install -r requirements.txt which returned
    Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

@dickyw71
Copy link
Contributor

dickyw71 commented Oct 5, 2019

Hey @dickyw71 , glad to know that someone is trying Python out. The absence of the requirements.txt was a mistake on our part, it has been resolved. Do check it out!

Ok @SameeranB, I pulled in the new file am carrying on, thanks.

@dickyw71
Copy link
Contributor

dickyw71 commented Oct 5, 2019

@SameeranB, just to clarify, the templates/Main directories do not exist right now. So I will create those directories too as well as the Index.html file?

dickyw71 added a commit to dickyw71/Django_To_Do that referenced this issue Oct 5, 2019
dickyw71 added a commit to dickyw71/Django_To_Do that referenced this issue Oct 5, 2019
@dickyw71 dickyw71 mentioned this issue Oct 5, 2019
@SameeranB
Copy link
Collaborator Author

@dickyw71 yes, you are meant to create the Main folder under templates

@k1dnyy
Copy link

k1dnyy commented Oct 8, 2019

Can I take this issue?

@tusharck
Copy link

tusharck commented Oct 9, 2019

I would like to take this issue.

tusharck pushed a commit to tusharck/Django_To_Do that referenced this issue Oct 10, 2019
yathomasi pushed a commit to yathomasi/Django_To_Do that referenced this issue Oct 26, 2019
yathomasi pushed a commit to yathomasi/Django_To_Do that referenced this issue Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants