-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement 404 error pages design #170
Comments
How do you do this in Heroku? |
http://stackoverflow.com/questions/1569682/how-to-create-a-custom-404-page-for-my-django-apache (it might be better for you to think in terms of "in Django", not "in Heroku") |
I don't know yet. Rumanti said that she needed help with both because of messy css. We have to discuss what's going to happen. My python client is nearly done, I separated it into classes of GitHub, User, AuthUser, Repository, AuthRepository, Organization, AuthOrganization, File, and AuthFile. I'll document it once it's finished. Before when I said I had it, all you could do was log in and edit files, you couldn't do Pull Requests or anything. My client can't create new branches or merge pull requests, although it can edit files in other repos. Ok?? |
What's most needed is to clean up the CSS in the You should probably just learn the git CLI commands - might be easier that way ;) For communication, we mostly use Gitter. |
Yeah, I noticed a few of the reusable classes like "raleway" --Pretty cool. Don't know sass 😦 I kind of can push from my python command line 😀 I got it working. I'm not going to share it until I have full support for repos and orgs-should be done soon. Here's a preview: import GitHub
git = GitHub.GitHub('Dylan5797', 'thisisnotmypassword')
print(git.user.get_repositories()[0].name)
'Dylan5797/dylan5797.github.io'
f = AuthFile('Dylan5797/ScratchEdit:master/ScratchEdit.pyw', git)
f.edit('New content')
f.push() pretty cool right! It might not turn out exactly as I put it here though. |
Go ahead and use of t, but try not to distract us 📦 |
Use it* ugh mobile |
Thanks! I will post it after I get orgs figured. I only have 200 lines but it works 😛 |
Maybe we can chat on gitter instead of an issue. |
So your first task is to clean up the SCSS. If you need help with SCSS feel free to ask. |
In static folder? Any file in particular you want done first? |
style.scss |
|
uh |
My checklist. |
For? Also, just don't touch the |
why not just use the |
because |
k |
This has gone a bit inactive. Is the design finished yet? |
@ElementalCode/programmers status? |
do we have a 404 design? |
idk, find one or make one |
@rumanti you still doing this? |
I like it |
Looks good! |
some sites have a searchbox on the 404 page, that might be a good idea. Searching is really easy to do in django |
@TheInitializer add that |
If I have time sure |
@Dylan5797 could you put the HTML file in the static root? |
Oh my god I have commented like three times and it hasn't come through. Yes, I'll add it. |
k |
^
The text was updated successfully, but these errors were encountered: